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/attribute-coercion.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ In 2.x, we had the following strategies for coercing `v-bind` values:
25
25
26
26
- For other attributes, we remove “falsy” values (`undefined`, `null`, or `false`) and set other values as-is (see [here](https://github.com/vuejs/vue/blob/bad3c326a3f8b8e0d3bcf07917dc0adf97c32351/src/platforms/web/runtime/modules/attrs.js#L92-L113)).
27
27
28
-
The following table describes how Vue coerce “enumerated attributes” differently with normal non-boolean attributes:
28
+
The following table describes how Vue coerce "enumerated attributes" differently with normal non-boolean attributes:
0 commit comments