From 768cf47bd3f5a6199d178b12ff6fd68e94dd1949 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 12 Jul 2024 20:06:27 +0200 Subject: [PATCH] Fix emits --- src/EventForm.ce.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventForm.ce.vue b/src/EventForm.ce.vue index 55bf735..07075e7 100644 --- a/src/EventForm.ce.vue +++ b/src/EventForm.ce.vue @@ -232,7 +232,7 @@ const {resolveComponentName} = useFields(); async function submit() { if (props.asForm) { - emit('save', payload.value); + emits('save', payload.value); return; } try {