Merge pull request #22 from Instanced/master

fix: avatar autoset font size
pull/165/head
tangjinzhou 2018-05-21 13:34:42 +08:00 committed by GitHub
commit c6216c2757
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ export default {
icon: String, icon: String,
}, },
data () { data () {
this.isExistSlot = false
this.childrenWidth = 0
return { return {
isExistSlot: false,
childrenWidth: 0,
scale: 1, scale: 1,
} }
}, },