From e96c83ff1d6e7618cde408139e35e9ad850b81c2 Mon Sep 17 00:00:00 2001 From: smallchill Date: Wed, 8 Jan 2020 12:42:58 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E5=8D=87=E7=BA=A7avue-ueditor?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=87=B3=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/page/login/index.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d0590a3..f216ff1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "test:e2e": "vue-cli-service test:e2e" }, "dependencies": { - "avue-plugin-ueditor": "^0.0.6", + "avue-plugin-ueditor": "^0.0.9", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "classlist-polyfill": "^1.2.0", diff --git a/src/page/login/index.vue b/src/page/login/index.vue index f91ef26..9baad38 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -45,7 +45,6 @@ import {validatenull} from "@/util/validate"; import topLang from "@/page/index/top/top-lang"; import topColor from "@/page/index/top/top-color"; - import {info} from "@/api/system/tenant"; export default { name: "login",