fix: disable vue/no-v-text-v-html-on-component
This commit is contained in:
parent
2cf571c341
commit
7a2d63cf3a
@ -35,6 +35,7 @@ module.exports = {
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/prefer-import-from-vue': 'off',
|
||||
'vue/no-v-text-v-html-on-component': 'off',
|
||||
|
||||
// reactivity transform
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user