fix: disable vue/no-v-text-v-html-on-component

This commit is contained in:
Anthony Fu 2023-02-05 13:12:32 +01:00
parent 2cf571c341
commit 7a2d63cf3a

View File

@ -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',