feat: 添加 DynamicDialog 和 Toast 组件,重构 PrimeVue 相关逻辑和样式
Some checks failed
/ build-and-deploy-to-vercel (push) Failing after 24s
/ depcheck (push) Successful in 1m21s
/ playwright (push) Successful in 3m16s

This commit is contained in:
严浩
2024-12-12 23:34:20 +08:00
parent 22ff97d003
commit 6ceb3f0766
10 changed files with 665 additions and 601 deletions

View File

@ -45,3 +45,7 @@ export const DialogService: DialogServiceMethods = {
return instance;
},
};
declare global {
type DynamicDialogOptions = import('primevue/dynamicdialogoptions').DynamicDialogOptions;
}