Skip to content

Commit 19556f6

Browse files
committed
refactor(projects): turn off vue/no-ref-object-reactivity-loss
1 parent 3c782f9 commit 19556f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/configs/vue.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export async function createVueConfig(options?: RequiredVueOptions) {
8181
'vue/multi-word-component-names': 'warn',
8282
'vue/next-tick-style': ['warn', 'promise'],
8383
'vue/no-duplicate-attr-inheritance': 'warn',
84-
'vue/no-ref-object-reactivity-loss': 'error',
8584
'vue/no-required-prop-with-default': 'warn',
8685
'vue/no-static-inline-styles': 'warn',
8786
'vue/no-template-target-blank': 'error',

0 commit comments

Comments
 (0)