From c7cf72c2716819871ec189b37eea956a47ee2f53 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 20 六月 2024 14:10:14 +0800 Subject: [PATCH] build:添加mock --- package.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e85247..a544c0a 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ "electron": "^30.0.9", "electron-builder": "^24.13.3", "electron-devtools-installer": "^3.2.0", - "mockjs": "^1.1.0", "postcss": "^8.4.38", "sass": "^1.77.4", "tailwindcss": "^3.4.3", "unplugin-auto-import": "^0.17.6", "unplugin-vue-components": "^0.27.0", "vite": "^5.2.0", - "vite-plugin-electron": "^0.28.7" + "vite-plugin-electron": "^0.28.7", + "vite-plugin-mock": "^3.0.2" } } -- Gitblit v1.8.0