fix?
This commit is contained in:
parent
6c5a34e491
commit
e5fa8b357b
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,9 @@ const EmojiPicker = {
|
||||||
},
|
},
|
||||||
inject: ['popoversZLayer'],
|
inject: ['popoversZLayer'],
|
||||||
mounted () {
|
mounted () {
|
||||||
this.updateEmojiSize()
|
this.$nextTick(() => {
|
||||||
|
this.updateEmojiSize()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Reference in a new issue