This commit is contained in:
Henry Jameson 2019-06-18 21:30:35 +03:00
parent e5020d6936
commit 0032802f0a
4 changed files with 61 additions and 65 deletions

View file

@ -8,7 +8,7 @@ import { take } from 'lodash'
* Intended usage is:
* <emoji-input v-model="something">
* <input v-model="something"/>
* </emoji-input>
* </EmojiInput>
*
* Works only with <input> and <textarea>. Intended to use with only one nested
* input. It will find first input or textarea and work with that, multiple