Skip to content

Commit

Permalink
fix: alert external prop default
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Sep 1, 2024
1 parent 0bbd95f commit 07674fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/content/Alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const props = withDefaults(defineProps<{
external?: boolean;
}>(), {
type: 'default',
external: undefined,
});
const typeTwClass = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shadcn-docs-nuxt",
"type": "module",
"version": "0.5.1",
"version": "0.5.2",
"author": "Tony Zhang <[email protected]>",
"license": "MIT",
"homepage": "https://shadcn-docs.nuxt.dev/",
Expand Down

0 comments on commit 07674fd

Please sign in to comment.