We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4bf47 commit 2bd6075Copy full SHA for 2bd6075
src/guide/migration/attribute-coercion.md
@@ -53,7 +53,7 @@ For non-boolean attributes, Vue will stop removing them if they are `false` and
53
54
The following table describes the new behavior:
55
56
-| Binding expr. | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
+| Binding expression | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
57
| ------------------- | -------------------------- | --------------------------------- |
58
| `:attr="null"` | / | / <sup>†</sup> |
59
| `:attr="undefined"` | / | / |
0 commit comments