Merge pull request #22 from Instanced/master

fix: avatar autoset font size
pull/29/head
tangjinzhou 7 years ago committed by GitHub
commit bfee6a9206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save