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
|
||||
urlCreator: urlRouter,
|
||||
navigation,
|
||||
history: platform.history,
|
||||
});
|
||||
await vm.load();
|
||||
platform.createAndMountRootView(vm);
|
||||
|
|
Reference in a new issue