[Client] Emoji picker

Closes #3130
This commit is contained in:
syuilo 2018-11-13 00:12:55 +09:00
parent 0acacf7a8e
commit 0fbf56219f
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
7 changed files with 361 additions and 25 deletions

View file

@ -22,7 +22,7 @@ export default Vue.extend({
},
customEmojis: {
required: false,
default: []
default: () => []
}
},