Skip to content

Commit

Permalink
feat(x-android): mount 补充 GenUniApp 参数
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Sep 4, 2024
1 parent fe07514 commit 03a45b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uni-app-uts/src/plugins/android/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export function main(app: IApp) {
definePageRoutes();
defineAppConfig();
${automatorCode}
(createApp()['app'] as VueApp).mount(app);
(createApp()['app'] as VueApp).mount(app, ${UVUE_CLASS_NAME_PREFIX}UniApp());
}
`
}
Expand Down

0 comments on commit 03a45b5

Please sign in to comment.