Correct passing of confirm prop, correct initial values when no value is passed

This commit is contained in:
Sergio Crisostomo 2018-02-05 10:01:19 +01:00
parent 732b32e451
commit 29a91fbb61
5 changed files with 20 additions and 20 deletions

View file

@ -2,6 +2,12 @@ const prefixCls = 'ivu-picker-panel';
const datePrefixCls = 'ivu-date-picker';
export default {
props: {
confirm: {
type: Boolean,
default: false
}
},
methods: {
iconBtnCls (direction, type = '') {
return [