diff --git a/main.uts b/main.uts index 6e8f1271c25f4bc8cb33f980f138be646938d6b3..5b4929d4ba97885ccafb3089d4c224845d1ce6fe 100644 --- a/main.uts +++ b/main.uts @@ -4,13 +4,13 @@ import { createSSRApp } from 'vue' export function createApp() { const app = createSSRApp(App) - app.mixin({ - onReady() { - setTimeout(() => { - console.log((this as BasePage).$appPage!.getDomJson()) - }, 100) - } - }) + // app.mixin({ + // onReady() { + // setTimeout(() => { + // console.log((this as BasePage).$nativePage!.getDomJson()) + // }, 100) + // } + // }) return { app }