update Modal

@hezhiying
This commit is contained in:
梁灏 2017-04-25 14:08:01 +08:00
parent af93145520
commit c5625bfdba

View file

@ -264,7 +264,7 @@
},
title (val) {
if (this.$slots.header === undefined) {
this.showHead = val?true:false;
this.showHead = !!val;
}
}
}