diff --git a/resources/assets/js/pages/manage/components/ChatInput/index.vue b/resources/assets/js/pages/manage/components/ChatInput/index.vue index 847f2e5e2..fd9cf0d28 100755 --- a/resources/assets/js/pages/manage/components/ChatInput/index.vue +++ b/resources/assets/js/pages/manage/components/ChatInput/index.vue @@ -637,7 +637,7 @@ export default { // Options this._options = Object.assign({ theme: 'bubble', - formats: ['bold', 'strike', 'italic', 'underline', 'blockquote', 'list', 'link', 'image'], + formats: ['bold', 'strike', 'italic', 'underline', 'blockquote', 'list', 'link', 'image', 'mention'], readOnly: false, placeholder: this.placeholder, modules: {