Add missing childOption

This commit is contained in:
Eric Eastwood 2022-06-07 23:52:00 -05:00
parent c151084ab8
commit acc0166da8
1 changed files with 1 additions and 0 deletions

View File

@ -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);