Skip to content

Commit

Permalink
feat: 日历只展示传入范围内的日期
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhomie committed Aug 1, 2024
1 parent a929975 commit 8205914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/alipay/Calendar/__tests__/calendar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe('Calendar', () => {
).toMatchInlineSnapshot(
`
"{
"index": 0,
"disabled": true,
"time": null,
"date": 26,
Expand All @@ -87,6 +88,7 @@ describe('Calendar', () => {
"inThisMonth": false,
"isRowBegin": true,
"isRowEnd": false,
"isRange": false,
"bottom": {
"label": "bottom",
"className": "bottom"
Expand Down

0 comments on commit 8205914

Please sign in to comment.