1.0.3 • Published 9 years ago
vue-emojione v1.0.3
vue-emojione
EmojiOne Directive for Vue
Install
This plugin is compatible with Vue 2.0.
Available through npm as
vue-emojione.npm install -S vue-emojioneimport VueEmoji from 'vue-emojione'; Vue.use(VueEmoji, { imageType: 'svg', sprites: true });
Usage
Using the v-emoji-render directive
<div v-emoji-render:data="data"></div>