File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22title : About
33---
44
5- <script setup lang = " ts " >
5+ <script setup >
66const { t } = useI18n ();
77useHead ({ title : () => t (' button.about' ) });
88
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ declare module 'vue' {
2121 SCard : typeof import ( '@soybeanjs/ui' ) [ 'SCard' ]
2222 SConfigProvider : typeof import ( '@soybeanjs/ui' ) [ 'SConfigProvider' ]
2323 SDialog : typeof import ( '@soybeanjs/ui' ) [ 'SDialog' ]
24- SDropdownMenu : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenu' ]
2524 SDropdownMenuRadio : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenuRadio' ]
2625 SIcon : typeof import ( '@soybeanjs/ui' ) [ 'SIcon' ]
2726 SSwitch : typeof import ( '@soybeanjs/ui' ) [ 'SSwitch' ]
@@ -41,7 +40,6 @@ declare global {
4140 const SCard : typeof import ( '@soybeanjs/ui' ) [ 'SCard' ]
4241 const SConfigProvider : typeof import ( '@soybeanjs/ui' ) [ 'SConfigProvider' ]
4342 const SDialog : typeof import ( '@soybeanjs/ui' ) [ 'SDialog' ]
44- const SDropdownMenu : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenu' ]
4543 const SDropdownMenuRadio : typeof import ( '@soybeanjs/ui' ) [ 'SDropdownMenuRadio' ]
4644 const SIcon : typeof import ( '@soybeanjs/ui' ) [ 'SIcon' ]
4745 const SSwitch : typeof import ( '@soybeanjs/ui' ) [ 'SSwitch' ]
Original file line number Diff line number Diff line change 4646 "scripts" : {
4747 "build" : " pnpm build:headless && pnpm build:ui && pnpm build:css" ,
4848 "build:css" : " unocss build" ,
49+ "build:docs" : " pnpm --filter @soybeanjs/ui-docs build" ,
4950 "build:headless" : " pnpm --filter @soybeanjs/headless build" ,
5051 "build:play" : " vite build" ,
5152 "build:ui" : " pnpm tsdown" ,
You can’t perform that action at this time.
0 commit comments