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/user_settings/user_settings.js | |
| parent | 441deb405da1252ccab38501c0324ddea856f771 (diff) | |
#255 - support textarea and update user settings page
Diffstat (limited to 'src/components/user_settings/user_settings.js')
| -rw-r--r-- | src/components/user_settings/user_settings.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js index 72e7bb53..5cb23b97 100644 --- a/src/components/user_settings/user_settings.js +++ b/src/components/user_settings/user_settings.js @@ -7,6 +7,7 @@ import StyleSwitcher from '../style_switcher/style_switcher.vue' import fileSizeFormatService from '../../services/file_size_format/file_size_format.js' import BlockCard from '../block_card/block_card.vue' import MuteCard from '../mute_card/mute_card.vue' +import EmojiInput from '../emoji-input/emoji-input.vue' import withSubscription from '../../hocs/with_subscription/with_subscription' import withList from '../../hocs/with_list/with_list' @@ -69,7 +70,8 @@ const UserSettings = { TabSwitcher, ImageCropper, BlockList, - MuteList + MuteList, + EmojiInput }, computed: { user () { |
