feat: 更新 App.vue 模板,合并对话框和提示组件的渲染
Some checks failed
/ build-and-deploy-to-vercel (push) Failing after 31s
/ depcheck (push) Successful in 1m19s
/ playwright (push) Successful in 3m21s

This commit is contained in:
严浩
2024-12-14 21:55:53 +08:00
parent 553d3be256
commit b8ac17b600
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/**
* 需要把 <Toast /> 放在 App.vue 的 template 中
* 需要把 <DynamicDialog /> <ConfirmDialog /> <Toast /> 放在 App.vue 的 template 中
*/
import '../assets/reset-primevue.css';