123456789101112131415161718192021222324252627282930313233 |
- <style>
- .test-links {
- padding: 20px;
- }
- .test-links a{
- display: block;
- line-height: 32px;
- font-size: 24px;
- margin-bottom: 20px;
- text-decoration: underline;
- }
- </style>
- <template>
- <div class="test-links">
- <a href="https://glance.duowan.com/links/toCommentaryDetail?commentaryId=49521">toCommentaryDetail?commentaryId=49521</a>
- <a href="https://glance.duowan.com/links/toIndex?nocache">toIndex</a>
- <a href="glance://toIndex">glance://toIndex</a>
- </div>
- </template>
- <script>
- import lib from 'lib'
- export default {
- data () {
- return {
- }
- },
- mounted () {
- }
- }
- </script>
|