This commit is contained in:
Henry Jameson 2019-06-18 22:13:03 +03:00
parent 0032802f0a
commit 46e0122067
2 changed files with 11 additions and 13 deletions

View file

@ -6,7 +6,7 @@ import { take } from 'lodash'
* without having to give up the comfort of <input/> and <textarea/> elements
*
* Intended usage is:
* <emoji-input v-model="something">
* <EmojiInput v-model="something">
* <input v-model="something"/>
* </EmojiInput>
*