提交 e0240bc4 编写于 作者: D dolymood

fix(picker): maskClosable prop do not work correctly

上级 40044b0a
......@@ -11,6 +11,7 @@
:cancel-txt="cancelTxt"
:confirm-txt="confirmTxt"
:swipe-time="swipeTime"
:mask-closable="maskClosable"
@select="_pickerSelect"
@cancel="_pickerCancel"
@change="_pickerChange">
......
......@@ -2,13 +2,14 @@
<cube-cascade-picker
v-model="isVisible"
:data="data"
:selectedIndex="selectedIndex"
:selected-index="selectedIndex"
:title="title"
:subtitle="subtitle"
:cancel-txt="cancelTxt"
:confirm-txt="confirmTxt"
:swipe-time="swipeTime"
:z-index="zIndex"
:mask-closable="maskClosable"
@select="_select"
@cancel="_cancel"
@change="_change">
......
......@@ -14,6 +14,7 @@
:cancel-txt="item.cancelTxt || (index === 0 ? cancelTxt : prevTxt)"
:swipe-time="item.swipeTime || swipeTime"
:z-index="item.zIndex || zIndex"
:mask-closable="maskClosable"
v-bind="item"
@select="_select"
@cancel="_cancel"
......
......@@ -10,6 +10,7 @@
:confirm-txt="confirmTxt"
:swipe-time="swipeTime"
:z-index="zIndex"
:mask-closable="maskClosable"
@select="_pickerSelect"
@cancel="_pickerCancel"
@change="_pickerChange">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册