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: src/guide/migration/v-bind.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,4 +43,4 @@ In 3x, if an element has both `v-bind="object"` and an identical individual prop
43
43
44
44
## Migration Strategy
45
45
46
-
If you are relying on this override functionality for `v-bind`, we currently recommending ensuring that your
46
+
If you are relying on this override functionality for `v-bind`, we currently recommend ensuring that your `v-bind` attribute is defined before individual properties.
0 commit comments