From 80b2c487be01b23140e3b50794291a1d72a4e41b Mon Sep 17 00:00:00 2001 From: yukai Date: Sat, 14 Sep 2024 03:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=BC=BA=E5=A4=B1=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index dec3a81..afefe29 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "dependencies": { "@micro-zoe/micro-app": "^1.0.0-rc.5", "@riophae/vue-treeselect": "0.4.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", "axios": "0.24.0", "clipboard": "2.0.8", "compressorjs": "^1.1.1", @@ -52,14 +53,17 @@ "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", + "lodash": "^4.17.21", "mockjs": "^1.1.0", "nprogress": "0.2.0", "obj-modal": "^1.2.2", "obj-table-plus": "^2.4.0", + "qs": "^6.13.0", "quill": "1.3.7", "screenfull": "5.0.2", "signature_pad": "^3.0.0-beta.4", "sortablejs": "1.10.2", + "throttle-debounce": "^5.0.2", "video.js": "^7.20.3", "vue": "^2.7.16", "vue-amap": "^0.5.10",