From acfb2642072dcfd1d5cf789af3cc5cbf3b7cb51e Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 19 八月 2025 13:29:48 +0800 Subject: [PATCH] fix: bug --- packages/components/src/Card/FlexJobCard.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/packages/components/src/Card/FlexJobCard.vue b/packages/components/src/Card/FlexJobCard.vue index bd54ca4..6860478 100644 --- a/packages/components/src/Card/FlexJobCard.vue +++ b/packages/components/src/Card/FlexJobCard.vue @@ -30,7 +30,7 @@ <div class="flexJob-card-footer-right" v-if="showFooterRight"> <slot name="footerRight"> - <nut-button type="primary" @click.stop="emit('contact')">绔嬪嵆鑱旂郴</nut-button> + <nut-button type="primary">绔嬪嵆鑱旂郴</nut-button> </slot> </div> </div> @@ -71,7 +71,6 @@ const emit = defineEmits<{ (e: 'cancelCollection'): void; - (e: 'contact'): void; }>(); </script> -- Gitblit v1.9.1