fixed #407
This commit is contained in:
梁灏 2017-03-15 11:32:12 +08:00
parent fabe29a7ed
commit 2ac208b99d
2 changed files with 31 additions and 84 deletions

View file

@ -198,7 +198,7 @@
let showHead = true;
if (this.$slots.head === undefined && !this.title) {
if (this.$slots.header === undefined && !this.title) {
showHead = false;
}