JSPM

wang-emoji-picker

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q33804F
  • License MIT

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 会将选中的图标和图片发出