'admin-21.04.14:更新最新依赖、添加eslint规则'
This commit is contained in:
parent
23d9bacc24
commit
70f089acf7
@ -42,6 +42,7 @@ module.exports = {
|
|||||||
'vue/no-template-key': 'off',
|
'vue/no-template-key': 'off',
|
||||||
'vue/no-v-html': 'off',
|
'vue/no-v-html': 'off',
|
||||||
'vue/comment-directive': 'off',
|
'vue/comment-directive': 'off',
|
||||||
|
'vue/no-parsing-error': 'off',
|
||||||
'no-use-before-define': 'off',
|
'no-use-before-define': 'off',
|
||||||
'no-restricted-globals': 'off',
|
'no-restricted-globals': 'off',
|
||||||
'no-restricted-syntax': 'off',
|
'no-restricted-syntax': 'off',
|
||||||
|
14
package.json
14
package.json
@ -7,14 +7,14 @@
|
|||||||
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/g6": "^4.2.5",
|
"@antv/g6": "^4.2.6",
|
||||||
"axios": "^0.21.1",
|
"axios": "^0.21.1",
|
||||||
"clipboard": "^2.0.8",
|
"clipboard": "^2.0.8",
|
||||||
"countup.js": "^2.0.7",
|
"countup.js": "^2.0.7",
|
||||||
"cropperjs": "^1.5.11",
|
"cropperjs": "^1.5.11",
|
||||||
"echarts": "^5.0.2",
|
"echarts": "^5.0.2",
|
||||||
"echarts-wordcloud": "^2.0.0",
|
"echarts-wordcloud": "^2.0.0",
|
||||||
"element-plus": "^1.0.2-beta.39",
|
"element-plus": "^1.0.2-beta.40",
|
||||||
"mitt": "^2.1.0",
|
"mitt": "^2.1.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"print-js": "^1.6.0",
|
"print-js": "^1.6.0",
|
||||||
@ -22,7 +22,7 @@
|
|||||||
"screenfull": "^5.1.0",
|
"screenfull": "^5.1.0",
|
||||||
"sortablejs": "^1.13.0",
|
"sortablejs": "^1.13.0",
|
||||||
"vue": "^3.0.5",
|
"vue": "^3.0.5",
|
||||||
"vue-i18n": "^9.1.3",
|
"vue-i18n": "^9.1.4",
|
||||||
"vue-router": "^4.0.2",
|
"vue-router": "^4.0.2",
|
||||||
"vue-web-screen-shot": "^1.1.8",
|
"vue-web-screen-shot": "^1.1.8",
|
||||||
"vuex": "^4.0.0-rc.2",
|
"vuex": "^4.0.0-rc.2",
|
||||||
@ -34,13 +34,13 @@
|
|||||||
"@types/node": "^14.14.37",
|
"@types/node": "^14.14.37",
|
||||||
"@types/nprogress": "^0.2.0",
|
"@types/nprogress": "^0.2.0",
|
||||||
"@types/sortablejs": "^1.10.6",
|
"@types/sortablejs": "^1.10.6",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||||
"@typescript-eslint/parser": "^4.21.0",
|
"@typescript-eslint/parser": "^4.22.0",
|
||||||
"@vitejs/plugin-vue": "^1.2.1",
|
"@vitejs/plugin-vue": "^1.2.1",
|
||||||
"@vue/compiler-sfc": "^3.0.11",
|
"@vue/compiler-sfc": "^3.0.11",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"eslint": "^7.23.0",
|
"eslint": "^7.24.0",
|
||||||
"eslint-plugin-vue": "^7.8.0",
|
"eslint-plugin-vue": "^7.9.0",
|
||||||
"prettier": "^2.2.1",
|
"prettier": "^2.2.1",
|
||||||
"sass": "^1.32.8",
|
"sass": "^1.32.8",
|
||||||
"sass-loader": "^11.0.1",
|
"sass-loader": "^11.0.1",
|
||||||
|
@ -750,7 +750,7 @@ export const dynamicRoutes = [
|
|||||||
component: () => import('/@/views/layout/routerView/parent.vue'),
|
component: () => import('/@/views/layout/routerView/parent.vue'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'message.router.layoutIfameView',
|
title: 'message.router.layoutIfameView',
|
||||||
isLink: 'https://gitee.com/lyt-top/vue-admin-wonderful',
|
isLink: 'https://gitee.com/lyt-top/vue-next-admin',
|
||||||
isHide: false,
|
isHide: false,
|
||||||
isKeepAlive: false,
|
isKeepAlive: false,
|
||||||
isAffix: true,
|
isAffix: true,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="layout-footer mt15" v-show="isDelayFooter">
|
<div class="layout-footer mt15" v-show="isDelayFooter">
|
||||||
<div class="layout-footer-warp">
|
<div class="layout-footer-warp">
|
||||||
<div>vue-next-admin,Made by lyt with ❤️</div>
|
<div>vue-next-admin,Made by lyt with ❤️</div>
|
||||||
<div class="mt5">Copyright 深圳市 xxx 软件科技有限公司</div>
|
<div class="mt5">{{ $t('message.copyright.one5') }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user