diff options
| author | jared <jaredrmain@gmail.com> | 2019-03-26 13:40:37 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-03-26 13:40:37 -0400 |
| commit | 29274542336b82b5a8c5c19f7e5ce476f489ae37 (patch) | |
| tree | 1b63a575c38b435c3effaa1be01d8a8809fee858 /src/components/emoji-input/emoji-input.js | |
| parent | 441deb405da1252ccab38501c0324ddea856f771 (diff) | |
#255 - support textarea and update user settings page
Diffstat (limited to 'src/components/emoji-input/emoji-input.js')
| -rw-r--r-- | src/components/emoji-input/emoji-input.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/emoji-input/emoji-input.js b/src/components/emoji-input/emoji-input.js index 56414358..a5bb6eaf 100644 --- a/src/components/emoji-input/emoji-input.js +++ b/src/components/emoji-input/emoji-input.js @@ -5,7 +5,8 @@ const EmojiInput = { props: [ 'value', 'placeholder', - 'type' + 'type', + 'classname' ], data () { return { |
