Skip to content

Commit fbb67dd

Browse files
committed
docs: changed confusing to *
1 parent 1b3afea commit fbb67dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/guide/migration/attribute-coercion.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ The following table describes the new behavior:
6060

6161
| Binding expression | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
6262
| ------------------- | -------------------------- | --------------------------------- |
63-
| `:attr="null"` | / | / <sup></sup> |
63+
| `:attr="null"` | / | / <sup>*</sup> |
6464
| `:attr="undefined"` | / | / |
6565
| `:attr="true"` | `foo="true"` | `draggable="true"` |
66-
| `:attr="false"` | `foo="false"` <sup></sup> | `draggable="false"` |
67-
| `:attr="0"` | `foo="0"` | `draggable="0"` <sup></sup> |
68-
| `attr=""` | `foo=""` | `draggable=""` <sup></sup> |
69-
| `attr="foo"` | `foo="foo"` | `draggable="foo"` <sup></sup> |
70-
| `attr` | `foo=""` | `draggable=""` <sup></sup> |
66+
| `:attr="false"` | `foo="false"` <sup>*</sup> | `draggable="false"` |
67+
| `:attr="0"` | `foo="0"` | `draggable="0"` <sup>*</sup> |
68+
| `attr=""` | `foo=""` | `draggable=""` <sup>*</sup> |
69+
| `attr="foo"` | `foo="foo"` | `draggable="foo"` <sup>*</sup> |
70+
| `attr` | `foo=""` | `draggable=""` <sup>*</sup> |
7171

72-
<small>: changed</small>
72+
<small>*: changed</small>
7373

7474
Coercion for boolean attributes is left untouched.
7575

0 commit comments

Comments
 (0)