We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0288acc commit 9e33ea7Copy full SHA for 9e33ea7
src/mpvue-picker/mpvuePicker.vue
@@ -43,7 +43,7 @@
43
<picker-view indicator-style="height: 40px;" class="mpvue-picker-view" :value="pickerValue" @change="pickerChange" v-if="mode==='multiSelector'">
44
<block v-for="(n,index) in pickerValueMulArray.length" :key="index">
45
<picker-view-column>
46
- <view class="picker-item" v-for="(item,index1) in pickerValueMulArray[n]" :key="index1">{{item.label}}</view>
+ <view class="picker-item" v-for="(item,index1) in pickerValueMulArray[index]" :key="index1">{{item.label}}</view>
47
</picker-view-column>
48
</block>
49
</picker-view>
0 commit comments