fix(vue): disable vue/no-dupe-keys
This commit is contained in:
parent
f97f7ef7de
commit
bb09e1d6b4
@ -36,6 +36,7 @@ module.exports = {
|
|||||||
'vue/multi-word-component-names': 'off',
|
'vue/multi-word-component-names': 'off',
|
||||||
'vue/prefer-import-from-vue': 'off',
|
'vue/prefer-import-from-vue': 'off',
|
||||||
'vue/no-v-text-v-html-on-component': 'off',
|
'vue/no-v-text-v-html-on-component': 'off',
|
||||||
|
'vue/no-dupe-keys': 'off',
|
||||||
|
|
||||||
// reactivity transform
|
// reactivity transform
|
||||||
'vue/no-setup-props-destructure': 'off',
|
'vue/no-setup-props-destructure': 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user