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-deprecated-v-bind-sync.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,13 @@ description: disallow use of deprecated `.sync` modifier on `v-bind` directive (
7
7
# vue/no-deprecated-v-bind-sync
8
8
> disallow use of deprecated `.sync` modifier on `v-bind` directive (in Vue.js 3.0.0+)
9
9
10
+
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
11
+
10
12
## :book: Rule Details
11
13
12
14
This rule reports use of deprecated `.sync` modifier on `v-bind` directive (in Vue.js 3.0.0+)
0 commit comments