Skip to content

Commit 8922ea5

Browse files
authored
Merge pull request #422 from naokie/update-4th-week-of-june
2 parents 3b0485c + f5d8f5b commit 8922ea5

File tree

6 files changed

+61
-42
lines changed

6 files changed

+61
-42
lines changed
5.67 KB
Loading
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Loading

src/.vuepress/theme/data/patreon-sponsors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
},
3737
{
3838
"url": "https://www.storyblok.com",
39-
"img": "storyblok.png",
39+
"img": "storyblok.svg",
4040
"name": "Storyblok"
4141
}
4242
],

src/guide/migration/attribute-coercion.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ badges:
3434

3535
| バインディング式 | `foo` <sup>通常の属性</sup> | `draggable` <sup>列挙された属性</sup> |
3636
| ------------------- | --------------------------- | ------------------------------------- |
37-
| `:attr="null"` | / | `draggable="false"` |
38-
| `:attr="undefined"` | / | / |
37+
| `:attr="null"` | - | `draggable="false"` |
38+
| `:attr="undefined"` | - | - |
3939
| `:attr="true"` | `foo="true"` | `draggable="true"` |
40-
| `:attr="false"` | / | `draggable="false"` |
40+
| `:attr="false"` | - | `draggable="false"` |
4141
| `:attr="0"` | `foo="0"` | `draggable="true"` |
4242
| `attr=""` | `foo=""` | `draggable="true"` |
4343
| `attr="foo"` | `foo="foo"` | `draggable="true"` |
@@ -60,8 +60,8 @@ badges:
6060

6161
| バインディング式 | `foo` <sup>通常の属性</sup> | `draggable` <sup>列挙された属性</sup> |
6262
| ------------------- | --------------------------- | ------------------------------------- |
63-
| `:attr="null"` | / | / <sup>*</sup> |
64-
| `:attr="undefined"` | / | / |
63+
| `:attr="null"` | - | - <sup>*</sup> |
64+
| `:attr="undefined"` | - | - |
6565
| `:attr="true"` | `foo="true"` | `draggable="true"` |
6666
| `:attr="false"` | `foo="false"` <sup>*</sup> | `draggable="false"` |
6767
| `:attr="0"` | `foo="0"` | `draggable="0"` <sup>*</sup> |

0 commit comments

Comments
 (0)