fix: avatar autoset font size

pull/22/head
Instanced 2018-05-21 12:40:05 +08:00
parent f503ca6e04
commit b2fbad28ee
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,
} }
}, },