feat(Calendar): add round prop

This commit is contained in:
陈嘉涵
2019-12-28 12:06:52 +08:00
committed by neverland
parent 7fdc1b41fd
commit 9cbcd93e57
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -49,6 +49,10 @@ export default createComponent({
type: Number,
default: ROW_HEIGHT
},
round: {
type: Boolean,
default: true
},
poppable: {
type: Boolean,
default: true
@@ -317,6 +321,7 @@ export default createComponent({
closeable
class={bem('popup')}
value={this.value}
round={this.round}
position={this.position}
closeOnClickOverlay={this.closeOnClickOverlay}
onInput={this.togglePopup}