other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c5625bfdbaff0614b7196c92ad001304d835bf5d
Authored by
梁灏
2017-04-25 14:08:01 +0800
1 parent
af931455
update Modal
@hezhiying
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/modal/modal.vue
Inline
Side-by-side
src/components/modal/modal.vue
Wrap text
Show/Hide comments
View file @
c5625bf
...
...
@@ -264,7 +264,7 @@
264
264
},
265
265
title (val) {
266
266
if (this.$slots.header === undefined) {
267
- this.showHead =
val?true:false
;
267
+ this.showHead =
!!val
;
268
268
}
269
269
}
270
270
}
...
...