We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c782f9 commit 19556f6Copy full SHA for 19556f6
src/configs/vue.ts
@@ -81,7 +81,6 @@ export async function createVueConfig(options?: RequiredVueOptions) {
81
'vue/multi-word-component-names': 'warn',
82
'vue/next-tick-style': ['warn', 'promise'],
83
'vue/no-duplicate-attr-inheritance': 'warn',
84
- 'vue/no-ref-object-reactivity-loss': 'error',
85
'vue/no-required-prop-with-default': 'warn',
86
'vue/no-static-inline-styles': 'warn',
87
'vue/no-template-target-blank': 'error',
0 commit comments