提交 f6d86f09 编写于 作者: Q qiang

fix: 允许打印页面节点信息

上级 44b3b5fa
......@@ -4,13 +4,13 @@ import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
// app.mixin({
// onReady() {
// setTimeout(() => {
// console.log((this as BasePage).$nativePage!.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.
先完成此消息的编辑!
想要评论请 注册