提交 67d8056e 编写于 作者: Q qiang

chore: build

上级 5fcffc41
......@@ -2280,7 +2280,7 @@ function parsePage (vuePageOptions) {
this.$vm.__call_hook('onLoad', this.__query);
setTimeout(() => {
this.$vm.__call_hook('onReady');
});
});
},
onUnload () {
this.$vm.__call_hook('onUnload');
......
......@@ -69,7 +69,7 @@ export default function parsePage (vuePageOptions) {
this.$vm.__call_hook('onLoad', this.__query)
setTimeout(() => {
this.$vm.__call_hook('onReady')
});
})
},
onUnload () {
this.$vm.__call_hook('onUnload')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册