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

chore: upgrade to vue 2.7

上级 ac574bef
module.exports = {
env: {
node: true
},
extends: ['plugin:vue/essential', 'standard'],
root: true,
env: { node: true },
extends: ['eslint:recommended', 'plugin:vue/essential'],
rules: {
'vue/comment-directive': 'off',
'vue/multi-word-component-names': 'off',
'space-before-function-paren': 'off'
'vue/comment-directive': 'off'
}
}
......@@ -2,7 +2,7 @@ const fs = require('fs')
const path = require('path')
const axios = require('axios')
const domain = 'dev.ezijing.com'
const domain = 'ezijing.com'
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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论