fix: avatar autoset font size

pull/165/head
Instanced 2018-05-21 12:40:05 +08:00
parent a689634384
commit 5132f85e8d
1 changed files with 2 additions and 2 deletions

View File

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