提交 4526dda5 编写于 作者: Q qiang

build runtime

上级 25d18949
......@@ -2162,7 +2162,7 @@ function handleRef (ref) {
}
function triggerEvent (type, detail, options) {
const handler = this.props[customize('on-' + type)];
const handler = this.props && this.props[customize('on-' + type)];
if (!handler) {
return
}
......@@ -2405,7 +2405,8 @@ function parsePage (vuePageOptions) {
},
__r: handleRef,
__e: handleEvent,
__l: handleLink$1
__l: handleLink$1,
triggerEvent
};
initHooks(pageOptions, hooks$1, vuePageOptions);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册