提交 b91e724d 编写于 作者: Q qiang

fix: 暂时去除节点信息打印

上级 16cbfbb0
...@@ -4,13 +4,13 @@ import { createSSRApp } from 'vue' ...@@ -4,13 +4,13 @@ import { createSSRApp } from 'vue'
export function createApp() { export function createApp() {
const app = createSSRApp(App) const app = createSSRApp(App)
app.mixin({ // app.mixin({
onReady() { // onReady() {
setTimeout(() => { // setTimeout(() => {
console.log((this as BasePage).$appPage!.getDomJson()) // console.log((this as BasePage).$nativePage!.getDomJson())
}, 100) // }, 100)
} // }
}) // })
return { return {
app app
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册