chore: 🔨 关闭v-html检查

This commit is contained in:
ray
2024-10-08 00:53:56 +08:00
parent 4ac1f9440e
commit 1c881863c3

View File

@@ -73,6 +73,8 @@ module.exports = {
useTabs: false, // 不使用制表符 useTabs: false, // 不使用制表符
}, },
], ],
"vue/no-v-html": "off", // 关闭v-html检查
}, },
// eslint不能对html文件生效 // eslint不能对html文件生效
overrides: [ overrides: [