Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/calendar/issue106 #109

Merged
merged 10 commits into from
Dec 28, 2021
Merged

Fix/calendar/issue106 #109

merged 10 commits into from
Dec 28, 2021

Conversation

PsTiu
Copy link
Contributor

@PsTiu PsTiu commented Dec 27, 2021

修复了日历组件切换成“年”模式后,隐藏\显示周末按钮没有隐藏的问题;同事修复了不显示周末的情况下切换成年模式会导致单元格显示不出来的问题。

.gitmodules Outdated
@@ -1,3 +1,3 @@
[submodule "src/_common"]
path = src/_common
url = git@github.com:Tencent/tdesign-common.git
url = https://github.com/Tencent/tdesign-common.git
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里最好不要改成 https 地址,提交的时候可能会要求 GitHub https 登陆

@github-actions
Copy link
Contributor

github-actions bot commented Dec 27, 2021

PR 预览产物在 https://preview-pr109-tdesign-vue.surge.sh

@@ -56,3 +56,62 @@ formattedDate | String | - | 日历单元格日期字符串(输出日期的格
isCurrent | Boolean | - | 日期单元格是否为当前高亮日期或高亮月份 | N
weekOrder | Number | - | 日期在本月的第几周(日历展示维度是“月”时有值) | N
ControllerOptions | - | - | 继承 `ControllerOptions` 中的全部 API | N

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/Tencent/tdesign-vue/blob/develop/examples/calendar/calendar.md#api
API 相关的文档开头部分是有的,不用再添加了

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已删除重复的内容

@xiaosansiji xiaosansiji merged commit 21297b8 into Tencent:develop Dec 28, 2021
@PsTiu PsTiu deleted the fix/calendar/issue106 branch December 30, 2021 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants