fix: initApp() is not called

This commit is contained in:
ngxson
2020-07-27 10:55:39 +02:00
parent d3bef0d529
commit d48c409432
+2
View File
@@ -70,3 +70,5 @@ async function initApp() {
render: (h) => h(App),
});
}
initApp();