提交 779f5647 编写于 作者: Q qiang

fix: 解决支付宝平台v-for中自定义事件内使用复杂表达式报错的问题

上级 02549944
...@@ -128,10 +128,12 @@ export function triggerEvent (type, detail, options) { ...@@ -128,10 +128,12 @@ export function triggerEvent (type, detail, options) {
} }
const eventOpts = this.props['data-event-opts'] const eventOpts = this.props['data-event-opts']
const eventParams = this.props['data-event-params']
const target = { const target = {
dataset: { dataset: {
eventOpts eventOpts,
eventParams
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册