提交 fb11be47 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat(mp-alipay): support events option (question/107224)

上级 f1dabdc5
......@@ -27,6 +27,8 @@ import {
createVueComponent,
} from './util'
import { extend } from '@vue/shared'
declare function Page<D>(options: tinyapp.PageOptions<D>): void
export function initCreatePage() {
......@@ -64,6 +66,9 @@ export function initCreatePage() {
__r: handleRef,
__l: handleLink,
}
extend(pageOptions.events, vueOptions.events || {})
if (__VUE_OPTIONS_API__) {
pageOptions.data = initData(vueOptions)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册