提交 634787c5 authored 作者: 王鹏飞's avatar 王鹏飞

chore: upgrade to vue 2.7

上级 11a39ecc
module.exports = { module.exports = {
env: { root: true,
node: true env: { node: true },
}, extends: ['eslint:recommended', 'plugin:vue/essential'],
extends: ['plugin:vue/essential', 'standard'],
rules: { rules: {
'vue/no-mutating-props': 'off', // 暂时关闭 'vue/no-mutating-props': 'off', // 暂时关闭
'vue/comment-directive': 'off', 'vue/multi-word-component-names': 'off'
'vue/multi-word-component-names': 'off',
'space-before-function-paren': 'off'
} }
} }
...@@ -2,7 +2,7 @@ const fs = require('fs') ...@@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path') const path = require('path')
const axios = require('axios') const axios = require('axios')
const domain = 'dev.ezijing.com' const domain = 'ezijing.com'
const outputPath = './https' const outputPath = './https'
......
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"],
"vueCompilerOptions": {
"target": 2.7
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
差异被折叠。
差异被折叠。
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论