feat: toast 问题修改

This commit is contained in:
Tim
2025-08-07 22:20:59 +08:00
parent f9a89ae9ef
commit 676e959d4b
7 changed files with 62 additions and 6 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start"
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"cropperjs": "^1.6.2",
@@ -16,6 +17,7 @@
"nuxt": "latest",
"vditor": "^3.11.1",
"vue-easy-lightbox": "^1.19.0",
"vue-echarts": "^7.0.3"
"vue-echarts": "^7.0.3",
"vue-toastification": "^2.0.0-rc.5"
}
}