From b0bfc153bf3c9aa430ee6a86588648cdd1c27132 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 12 六月 2025 11:36:08 +0800 Subject: [PATCH] update: 点赞事件、收藏事件 --- components/setting/setting-popup.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/components/setting/setting-popup.vue b/components/setting/setting-popup.vue index b0459fb..1918164 100644 --- a/components/setting/setting-popup.vue +++ b/components/setting/setting-popup.vue @@ -93,7 +93,7 @@ ); // 监听内部 showPopup 变化,通知外部更新 modelValue -watch(showPopup, (val) => { +watch(showPopup, (val) => { emit('update:modelValue', val); }); </script> -- Gitblit v1.9.3