perf: replace vue-sonner with the toast component of shadcn-ui

This commit is contained in:
vben
2024-07-07 11:36:32 +08:00
parent fd61d2efc4
commit 0eda99ec3b
23 changed files with 536 additions and 131 deletions

View File

@@ -2,3 +2,4 @@ export * from './about';
export * from './authentication';
export * from './dashboard';
export * from './fallback';
export { useToast } from '@vben-core/shadcn-ui';