更新依赖

This commit is contained in:
2021-11-11 10:20:44 +08:00
parent 79d4ad72c1
commit ea637f1c8b
3 changed files with 26 additions and 47 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"vue/no-parsing-error": [2, { "x-invalid-end-tag": false }]
"vue/no-parsing-error": [2, { "x-invalid-end-tag": false }],
"vue/script-setup-uses-vars": "off"
}
};