A Vue.js 2.0 input emoji component
tips:It supports all chrome Emoji, but does not support picture Emoji. In lower version operating systems such as Windows 7 and lower version chrome, Emoji displays black and white
npm install vue-input-emoji --save
Then you need to import and register it:
import InputEmoji from "vue-input-emoji";
components: {
InputEmoji;
}
<InputEmoji v-model="defaultValue" :emojiData="emojiData" />
You can use the custom Emoji page data 'emojidata' or import the Emoji JSON file like example