Merge pull request #3117 from syuilo/twemoji

Use Twemoji
This commit is contained in:
syuilo
2018-11-05 20:52:55 +09:00
committed by GitHub
14 changed files with 157 additions and 56 deletions

View File

@ -145,6 +145,7 @@ class Autocomplete {
} else {
// サジェスト要素作成
this.suggestion = new MkAutocomplete({
parent: this.vm,
propsData: {
textarea: this.textarea,
complete: this.complete,