1.0.3 • Published 7 years ago

vue-emojione v1.0.3

Weekly downloads
24
License
MIT
Repository
github
Last release
7 years ago

vue-emojione

Dependancies

EmojiOne Directive for Vue

Install

This plugin is compatible with Vue 2.0.

  • Available through npm as vue-emojione.

    npm install -S vue-emojione
    import 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>

License

MIT

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago