From ffd5f0ce5d219d744feb413d56aa96dd5524d002 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 10 十二月 2020 11:14:44 +0800 Subject: [PATCH] 升级vue-router到最新版本3.4.9 --- ruoyi-ui/package.json | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index f359fb6..f1e0c0c 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.0.0", + "version": "3.2.1", "description": "若依管理系统", "author": "若依", "license": "MIT", @@ -45,7 +45,7 @@ "clipboard": "2.0.4", "core-js": "3.6.5", "echarts": "4.2.1", - "element-ui": "2.13.2", + "element-ui": "2.14.1", "file-saver": "2.0.1", "js-beautify": "1.10.2", "fuse.js": "3.4.4", @@ -58,9 +58,9 @@ "sortablejs": "1.8.4", "vue": "2.6.10", "vue-count-to": "1.0.13", - "vue-quill-editor": "3.0.6", + "quill": "1.3.7", "vue-cropper": "0.4.9", - "vue-router": "3.0.2", + "vue-router": "3.4.9", "vue-splitpane": "1.0.4", "vuedraggable": "2.20.0", "vuex": "3.1.0" @@ -86,7 +86,7 @@ "mockjs": "1.0.1-beta3", "plop": "2.3.0", "runjs": "4.3.2", - "sass": "1.26.10", + "node-sass": "4.14.1", "sass-loader": "8.0.2", "script-ext-html-webpack-plugin": "2.1.3", "script-loader": "0.7.2", -- Gitblit v1.9.2