Skip to content

Commit

Permalink
docs(Calendar): fix the sample code error
Browse files Browse the repository at this point in the history
  • Loading branch information
landluck committed Nov 22, 2022
1 parent 3c3978d commit c55c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Page({
onConfirm(event) {
this.setData({
show: false,
date: `选择了 ${event.detail.length} 个日期`,
text: `选择了 ${event.detail.length} 个日期`,
});
},
});
Expand Down

0 comments on commit c55c785

Please sign in to comment.