We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efd7ad commit 4de74f0Copy full SHA for 4de74f0
src/components/List.vue
@@ -252,8 +252,8 @@ const isChangelog = defineModel("isChangelog");
252
</div>
253
<div class="site-link">
254
<i class="fa fa-link text-muted fa-fw"></i>
255
- <!-- <a :href="item.url" target="_blank">{{ item.url.replace('https://', '') }}</a> -->
256
- <a :href="item.url" target="_blank">www.baidu.com</a>
+ <a :href="item.url" target="_blank">{{ item.url.replace('https://', '') }}</a>
+ <!-- <a :href="item.url" target="_blank">www.baidu.com</a> -->
257
258
259
0 commit comments