feat: 添加确认对话框组件,优化提示和对话框服务的交互逻辑
Some checks failed
/ playwright (push) Successful in 1m30s
/ depcheck (push) Successful in 1m19s
/ build-and-deploy-to-vercel (push) Failing after 1m50s

This commit is contained in:
严浩
2024-12-14 20:01:38 +08:00
parent 9ed80478e6
commit b1c0efb853
7 changed files with 215 additions and 180 deletions

View File

@ -1,5 +1,5 @@
{
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"name": "vue-ts-example",
"version": "0.0.0",
"private": true,
@ -86,7 +86,7 @@
"cz-conventional-changelog": "^3.3.0",
"depcheck": "^1.4.7",
"eruda": "^3.4.1",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
@ -98,13 +98,13 @@
"surge": "^0.24.6",
"typescript": "~5.6.3",
"unocss": "^0.65.1",
"unplugin-auto-import": "^0.18.6",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.21.0",
"unplugin-vue-components": "^0.27.5",
"unplugin-vue-macros": "^2.13.6",
"unplugin-vue-markdown": "^0.27.1",
"unplugin-vue-router": "^0.10.9",
"vercel": "^39.2.0",
"vercel": "^39.2.2",
"vite": "^6.0.3",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-fake-server": "^2.1.4",