update Modal
@hezhiying
This commit is contained in:
parent
af93145520
commit
c5625bfdba
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@
|
||||||
},
|
},
|
||||||
title (val) {
|
title (val) {
|
||||||
if (this.$slots.header === undefined) {
|
if (this.$slots.header === undefined) {
|
||||||
this.showHead = val?true:false;
|
this.showHead = !!val;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue