fix(vue): disable vue/no-setup-props-destructure
This commit is contained in:
parent
73a790c1d0
commit
0a1f8c5612
@ -23,5 +23,8 @@ module.exports = {
|
||||
'vue/require-prop-types': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
|
||||
// reactivity transform
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user