Package Exports
- wang-emoji-picker
- wang-emoji-picker/dist/wang-emoji-picker.umd.min.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wang-emoji-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
install
wang-emoji-picker
use
index.html
<script src="https://twemoji.maxcdn.com/v/latest/twemoji.min.js" crossorigin="anonymous"></script>
main.js
import Vue from 'vue'
import wangEmojiPicker from "wang-emoji-picker";
Vue.use(wangEmojiPicker)
<wang-emoji-picker @emojiClickItem="emojiClickItem" />
methods
emojiClickItem
会将选中的图标和图片发出