Vant: AddressList 中select事件无效

Created on 10 Oct 2017  ·  3Comments  ·  Source: youzan/vant

为什么在methods中添加了onSelect方法,但是无效,add事件和edit事件是可以的。

v-model="chosenAddressId"
:list="list"
@edit="onEdit"
@select="onSelect"
/>

Most helpful comment

@353170753 麻烦将 vant 升级到 0.9.10 版本后再试,select 事件是在后续版本中添加的

All 3 comments

@353170753 麻烦将 vant 升级到 0.9.10 版本后再试,select 事件是在后续版本中添加的

@353170753 0.9.9确实没用。

升级到0.9.10后解决,谢谢

Was this page helpful?
0 / 5 - 0 ratings