Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-25 15:34:17 | 2 | * @Date: 2025-01-25 15:34:17 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-25 11:16:01 | 4 | + * @LastEditTime: 2025-11-13 20:03:33 |
| 5 | * @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue | 5 | * @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue |
| 6 | * @Description: 可折叠日历组件 | 6 | * @Description: 可折叠日历组件 |
| 7 | --> | 7 | --> |
| ... | @@ -85,7 +85,7 @@ const props = defineProps({ | ... | @@ -85,7 +85,7 @@ const props = defineProps({ |
| 85 | }) | 85 | }) |
| 86 | 86 | ||
| 87 | // Emits定义 | 87 | // Emits定义 |
| 88 | -const emit = defineEmits(['update:modelValue', 'select', 'click-subtitle']) | 88 | +const emit = defineEmits(['update:modelValue', 'select', 'click-subtitle', 'panel-change']) |
| 89 | 89 | ||
| 90 | // 响应式数据 | 90 | // 响应式数据 |
| 91 | const isExpanded = ref(false) | 91 | const isExpanded = ref(false) | ... | ... |
-
Please register or login to post a comment