Skip to content

Commit

Permalink
chore: add vscode icon to dev dep
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Aug 15, 2024
1 parent 5b226eb commit 6b2dc4c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions content/1.getting-started/3.writing/2.components.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Components
icon: i-heroicons-cube
icon: lucide:box
to: https://nuxt.com/docs/api/components/client-only
target: _blank
---
Expand All @@ -289,7 +289,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Composables
icon: i-heroicons-arrows-right-left
icon: lucide:arrow-right-left
to: https://nuxt.com/docs/api/composables/use-app-config
target: _blank
---
Expand All @@ -298,7 +298,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Utils
icon: i-heroicons-scissors
icon: lucide:scissors
to: https://nuxt.com/docs/api/utils/dollarfetch
target: _blank
---
Expand All @@ -307,7 +307,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Commands
icon: i-heroicons-command-line
icon: lucide:square-terminal
to: https://nuxt.com/docs/api/commands/add
target: _blank
---
Expand All @@ -320,7 +320,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Components
icon: i-heroicons-cube
icon: lucide:box
to: https://nuxt.com/docs/api/components/client-only
target: _blank
---
Expand All @@ -329,7 +329,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Composables
icon: i-heroicons-arrows-right-left
icon: lucide:arrow-right-left
to: https://nuxt.com/docs/api/composables/use-app-config
target: _blank
---
Expand All @@ -338,7 +338,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Utils
icon: i-heroicons-scissors
icon: lucide:scissors
to: https://nuxt.com/docs/api/utils/dollarfetch
target: _blank
---
Expand All @@ -347,7 +347,7 @@ The **Badges** under each component title marks compatibility with other doc tem
::card
---
title: Commands
icon: i-heroicons-command-line
icon: lucide:square-terminal
to: https://nuxt.com/docs/api/commands/add
target: _blank
---
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@iconify-json/vscode-icons": "^1.1.37",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"eslint": "^9.9.0",
Expand Down

0 comments on commit 6b2dc4c

Please sign in to comment.