提交 f6d86f09 编写于 作者: Q qiang

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

上级 44b3b5fa
...@@ -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).$nativePage!.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.
先完成此消息的编辑!
想要评论请 注册