提交 b91e724d 编写于 作者: Q qiang

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

上级 16cbfbb0
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册