We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab587 commit d76144aCopy full SHA for d76144a
src/pages/index/components/RightBar.vue
@@ -48,15 +48,13 @@ const commonLinkList = reactive([
48
src="/assets/banners/banner_minor1.svg"
49
alt=""
50
class="w-full cursor-pointer"
51
- @click="
52
- toOutUrl('https://wiki.aosc.io/zh/aosc-os/is-aosc-os-right-for-me/')
53
- "
+ href="https://wiki.aosc.io/zh/aosc-os/is-aosc-os-right-for-me"
54
/>
55
<img
56
src="/assets/banners/banner_minor2.svg"
57
58
59
- @click="toOutUrl('https://bbs.aosc.io/')"
+ href="https://bbs.aosc.io/"
60
61
<div class="flex flex-col flex-grow">
62
<category-second
0 commit comments