You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-setup-props-destructure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ since: v7.0.0
10
10
11
11
> disallow usages that lose the reactivity of `props` passed to `setup`
12
12
13
-
-:no_entry_sign: This rule was **deprecated** and replaced by [vue/no-setup-props-reactivity-loss](no-setup-props-reactivity-loss.md) rule.
13
+
-:no_entry: This rule was **removed** in eslint-plugin-vue v10.0.0 and replaced by [vue/no-setup-props-reactivity-loss](no-setup-props-reactivity-loss.md) rule.
0 commit comments