UNPKG

@antmove/wx-alipay

Version:

transform wechat miniprogram to alipay miniprogram tool.

17 lines (16 loc) 229 B
Component({ props: { hidden: false, onChange: Function, textContent: '', }, methods: { cancel() { const ev = {} this.props.onChange(ev) }, stopbable() { return false }, }, })