diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-18 21:30:35 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-18 21:30:35 +0300 |
| commit | 0032802f0a3ef6249f56acefeb2b0e900b90d1b1 (patch) | |
| tree | d785284f5dbd0ed5827016c8a4e369440ac2811e /src/components/emoji-input/emoji-input.js | |
| parent | e5020d6936a9cdb960782d5f6caa77b93574b4a5 (diff) | |
review
Diffstat (limited to 'src/components/emoji-input/emoji-input.js')
| -rw-r--r-- | src/components/emoji-input/emoji-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/emoji-input/emoji-input.js b/src/components/emoji-input/emoji-input.js index 08c2f60b..d2e4a21a 100644 --- a/src/components/emoji-input/emoji-input.js +++ b/src/components/emoji-input/emoji-input.js @@ -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 |
