Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit e9844a6

Browse files
committed
fix: fix _UniCalendarSelectedElement types
1 parent f1d9f71 commit e9844a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uni-calendar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface _UniCalendarSelectedElement {
1414
/** 信息 */
1515
info: string;
1616
/** 自定义数据 */
17-
data: AnyRecord;
17+
data?: AnyRecord;
1818
}
1919

2020
/** 打点 */

0 commit comments

Comments
 (0)