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 @@