update:修复问题

This commit is contained in:
2021-12-29 14:06:30 +08:00
parent d6def166a7
commit 39a40d26e9
4 changed files with 8603 additions and 10667 deletions

View File

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