Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-11-13 20:03:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
071af6e6d410fa0c4fd83fabdfd3c03b311a3602
071af6e6
1 parent
d4298aa5
feat(CollapsibleCalendar): 添加 panel-change 事件到 emits 定义
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/ui/CollapsibleCalendar.vue
src/components/ui/CollapsibleCalendar.vue
View file @
071af6e
<!--
* @Date: 2025-01-25 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-
09-25 11:16:01
* @LastEditTime: 2025-
11-13 20:03:33
* @FilePath: /mlaj/src/components/ui/CollapsibleCalendar.vue
* @Description: 可折叠日历组件
-->
...
...
@@ -85,7 +85,7 @@ const props = defineProps({
})
// Emits定义
const emit = defineEmits(['update:modelValue', 'select', 'click-subtitle'])
const emit = defineEmits(['update:modelValue', 'select', 'click-subtitle'
, 'panel-change'
])
// 响应式数据
const isExpanded = ref(false)
...
...
Please
register
or
login
to post a comment