Skip to content

Commit 3c5ce2c

Browse files
authored
Update manual-routing.md
1 parent 3d5f9ae commit 3c5ce2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/en/routing/manual-routing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const Detail = {
5151
};
5252
5353
new Vue({
54-
render: h => h(Master)
54+
render: h => h('frame', [h(Master)])
5555
}).$start()
5656
```
5757

@@ -171,7 +171,7 @@ const Detail = {
171171
};
172172
173173
new Vue({
174-
render: h => h(Master)
174+
render: h => h('frame', [h(Master)])
175175
}).$start()
176176
```
177177

0 commit comments

Comments
 (0)