Skip to content

Commit

Permalink
fix: team card target prop (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <zhangtianli2006@163.com>
  • Loading branch information
ZTL-UwU committed Dec 31, 2024
1 parent c82b996 commit 00e75b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion components/content/TeamCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</div>
<div class="flex gap-3 text-secondary-foreground" :class="{ 'mx-auto': center }">
<NuxtLink v-for="link in links" :key="link.to" :to="link.to">
<NuxtLink v-for="link in links" :key="link.to" :to="link.to" :target="link.target">
<SmartIcon :name="link.icon" />
</NuxtLink>
</div>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@nuxtjs/tailwindcss": "^6.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"nuxt": "^3.14.1592",
"nuxt": "^3.15.0",
"nuxt-og-image": "^4.0.2",
"radix-vue": "^1.9.11",
"radix-vue": "^1.9.12",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -67,8 +67,8 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@nuxt/devtools": "^1.6.4",
"@nuxt/kit": "^3.14.1592",
"@nuxt/devtools": "^1.7.0",
"@nuxt/kit": "^3.15.0",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"eslint": "^9.17.0",
Expand Down

0 comments on commit 00e75b9

Please sign in to comment.