forked from mystiq/hydrogen-web
Add missing childOption
This commit is contained in:
parent
c151084ab8
commit
acc0166da8
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export async function main(platform) {
|
||||||
// so we call it that in the view models
|
// so we call it that in the view models
|
||||||
urlCreator: urlRouter,
|
urlCreator: urlRouter,
|
||||||
navigation,
|
navigation,
|
||||||
|
history: platform.history,
|
||||||
});
|
});
|
||||||
await vm.load();
|
await vm.load();
|
||||||
platform.createAndMountRootView(vm);
|
platform.createAndMountRootView(vm);
|
||||||
|
|
Loading…
Reference in a new issue