2023年3月29日 关闭没有name带来的编辑器错误

This commit is contained in:
bai 2023-03-29 09:14:27 +08:00
parent 619172d10b
commit b8592bf35f
1 changed files with 1 additions and 0 deletions

View File

@ -74,5 +74,6 @@ module.exports = defineConfig({
math: 'always', math: 'always',
}, },
], ],
'vue/multi-word-component-names': 'off',
}, },
}); });