Skip to content

Commit

Permalink
feat(mp-alipay): 支付宝小程序支持用户传递 options
Browse files Browse the repository at this point in the history
  • Loading branch information
Otto-J authored and zhetengbiji committed May 17, 2024
1 parent d4c4541 commit bfac726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/platforms/mp-alipay/runtime/wrapper/component-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ export default function parseComponent (vueComponentOptions, needVueOptions) {
__l: handleLink,
__w: handleWrap,
triggerEvent
}
},
// add
options: vueOptions.options || {}
}

if (isComponent2) {
Expand Down

0 comments on commit bfac726

Please sign in to comment.