diff --git a/src/components/CoachComment.vue b/src/components/CoachComment.vue index e3fe856..f9cd383 100644 --- a/src/components/CoachComment.vue +++ b/src/components/CoachComment.vue @@ -14,13 +14,26 @@ const props = defineProps({ type: Function, default: () => {}, }, + mode: { + type: String, + default: "normal", + }, });