diff --git a/frontend/src/components/CommentBox.vue b/frontend/src/components/CommentBox.vue index 8681d419..2f3ea28c 100644 --- a/frontend/src/components/CommentBox.vue +++ b/frontend/src/components/CommentBox.vue @@ -7,6 +7,7 @@ :starterkit-options="{ heading: { levels: [2, 3, 4, 5, 6] } }" :placeholder="placeholder" :editable="editable" + :mentions="users" >