fix: disable vue/prefer-import-from-vue
This commit is contained in:
parent
540786d482
commit
a9d330cac3
@ -23,6 +23,7 @@ module.exports = {
|
||||
'vue/require-prop-types': 'off',
|
||||
'vue/require-default-prop': 'off',
|
||||
'vue/multi-word-component-names': 'off',
|
||||
'vue/prefer-import-from-vue': 'off',
|
||||
|
||||
// reactivity transform
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user