From 642cd08b9d60e4487521658ec69b3d7dfcc465ce Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 22 Nov 2025 16:36:28 +0100 Subject: [PATCH] fix(components): add type annotations in MentionList.vue - Import PropType and MentionNodeAttrs - Add MentionItem interface - Add PropType for items array and command function --- .../input/editor/mention/MentionList.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/input/editor/mention/MentionList.vue b/frontend/src/components/input/editor/mention/MentionList.vue index cc39af22f..3fe8a946b 100644 --- a/frontend/src/components/input/editor/mention/MentionList.vue +++ b/frontend/src/components/input/editor/mention/MentionList.vue @@ -37,15 +37,25 @@