From 23d9bacc241317f5b2ca36917656e57fc9863e1a Mon Sep 17 00:00:00 2001 From: lyt <1105290566@qq.com> Date: Tue, 13 Apr 2021 15:58:58 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.04.13:=E4=BF=AE=E5=A4=8Dmd=EF=BC=8Cht?= =?UTF-8?q?ml=E6=8A=A5=E9=A2=84=E8=AD=A6=EF=BC=88=E5=85=B7=E4=BD=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9C=8B=E7=BE=A4=E5=85=AC=E5=91=8A=EF=BC=89?= =?UTF-8?q?=E3=80=81=E5=90=84=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E7=AD=89'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + README.md | 4 ++-- index.html | 20 +++++++++----------- src/views/layout/main/classic.vue | 16 ++++++++++++++-- src/views/layout/main/columns.vue | 2 +- src/views/layout/main/defaults.vue | 2 +- src/views/layout/main/transverse.vue | 2 +- src/views/layout/navBars/breadcrumb/user.vue | 2 +- tsconfig.json | 9 ++++++--- 9 files changed, 36 insertions(+), 22 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 6ce57a8..ea58048 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -41,6 +41,7 @@ module.exports = { 'vue/no-arrow-functions-in-watch': 'off', 'vue/no-template-key': 'off', 'vue/no-v-html': 'off', + 'vue/comment-directive': 'off', 'no-use-before-define': 'off', 'no-restricted-globals': 'off', 'no-restricted-syntax': 'off', diff --git a/README.md b/README.md index a34a598..00b5b99 100644 --- a/README.md +++ b/README.md @@ -124,12 +124,12 @@ cnpm run build 特别感谢群里老哥的建议、指导与帮忙,谢谢! -- @省长 +- @省长 - @唐参 - @川歌 #### 其他事项 - vue3.x vue-next-admin 版本,基于 vue3.x + CompositionAPI + typescript + vite + element plus。 -- vue2.x vue-admin-wonderful 版本,基于 vue2.x + element ui。 +- vue2.x vue-prev-admin 版本,基于 vue2.x + element ui。 - 喜欢用就帮忙 gitee star 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢! diff --git a/index.html b/index.html index 415a5e3..7fe8c3b 100644 --- a/index.html +++ b/index.html @@ -6,11 +6,11 @@ vue-next-admin @@ -18,15 +18,13 @@
diff --git a/src/views/layout/main/classic.vue b/src/views/layout/main/classic.vue index 78426bd..524c008 100644 --- a/src/views/layout/main/classic.vue +++ b/src/views/layout/main/classic.vue @@ -4,7 +4,7 @@