Skip to content

Commit 63af1a9

Browse files
resesshpotato4d
andauthored
Update src/guide/migration/render-function-api.md
Co-authored-by: Takuma HANATANI <mail@potato4d.me>
1 parent 234b055 commit 63af1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/render-function-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In 3.x, the entire VNode props structure is flattened. Using the example from ab
118118
3.x では、全ての VNode のプロパティ構造はフラットになりました。上記の例が下記のようになります。
119119

120120
```js
121-
// 3.x での形式
121+
// 3.x での構文
122122
{
123123
class: ['button', 'is-outlined'],
124124
style: { color: '#34495E' },

0 commit comments

Comments
 (0)