From db2f5ec6d7eeff6d7cc67a846be6e22cf3636edc Mon Sep 17 00:00:00 2001 From: 康凯 <kangk26@foxmail.com> Date: Mon, 23 May 2022 19:06:04 +0800 Subject: [PATCH] bug:没有内容时,提示“暂无内容” --- package.json | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index 806eec0..d852662 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,13 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "axios": "^0.24.0", "core-js": "^3.6.5", - "vue": "^2.6.11" + "element-ui": "^2.15.6", + "mint-ui": "^2.2.13", + "vue": "^2.6.11", + "vue-meta": "^2.4.0", + "vue-router": "^3.5.3" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", -- Gitblit v1.9.3