Skip to content

Commit 400d580

Browse files
committed
Final fix. It's working.
1 parent ae47ca6 commit 400d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/templates/simple/src/main.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Vue.config.silent = false;
3737
<%# END_REPLACE %>
3838

3939
<%# REPLACE %>
40-
(h) => h(App),
40+
h => h('frame', [h(App)]),
4141
<%# END_REPLACE %>
4242

4343
<%# REPLACE %>

0 commit comments

Comments
 (0)