template代碼
<van-picker ref="myPicker" show-toolbar :columns="myList" title="選擇城市" @cancel="onClose" @confirm="onConfirm" />
js代碼
this.$nextTick(() =>{
this.$refs.myPicker.setIndexes([0])
})
template代碼
<van-picker ref="myPicker" show-toolbar :columns="myList" title="選擇城市" @cancel="onClose" @confirm="onConfirm" />
js代碼
this.$nextTick(() =>{
this.$refs.myPicker.setIndexes([0])
})