fix(vue): disable vue/no-setup-props-destructure

This commit is contained in:
Anthony Fu 2022-03-18 16:42:49 +08:00
parent 73a790c1d0
commit 0a1f8c5612

View File

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