We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
发现slot操作栏的时候是不暴露日期数据的,然后如果要自己改头部只能通过左右切换的回调配合当前是月还是周来增减判断。 但是发现周月在频繁切换和修改时会有bug,导致时间算错。 看了一下代码并没有expose当前年月:currentYearMonth。这个感觉对于大多数人还是很有用的一个数据。 目前只能通过放开action,然后操作时获取dom节点来准确判断了🤣
The text was updated successfully, but these errors were encountered:
所以你怎么处理了
Sorry, something went wrong.
No branches or pull requests
发现slot操作栏的时候是不暴露日期数据的,然后如果要自己改头部只能通过左右切换的回调配合当前是月还是周来增减判断。
但是发现周月在频繁切换和修改时会有bug,导致时间算错。
看了一下代码并没有expose当前年月:currentYearMonth。这个感觉对于大多数人还是很有用的一个数据。
目前只能通过放开action,然后操作时获取dom节点来准确判断了🤣
The text was updated successfully, but these errors were encountered: