We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae47ca6 commit 400d580Copy full SHA for 400d580
generator/templates/simple/src/main.native.js
@@ -37,7 +37,7 @@ Vue.config.silent = false;
37
<%# END_REPLACE %>
38
39
<%# REPLACE %>
40
-(h) => h(App),
+h => h('frame', [h(App)]),
41
42
43
0 commit comments