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

v1.0.5使用了disabledDate,如果当前选择范围开始那一周存在几天被禁用了,那么会无法正常选择周期范围 #27

Open
BD-zhang opened this issue Apr 7, 2024 · 1 comment

Comments

@BD-zhang
Copy link

BD-zhang commented Apr 7, 2024

new Vue({
data() {
return {
test: [new Date()],
pickerOptions: {
disabledDate: (time) => {
return time.getTime() < 1709192714000
}
}
}
}
}).$mount("#app");
4-7
gif地址:https://github.com/xiaofan9/date-week-range/assets/59193698/422e34a7-8c0e-41dd-90ec-e36a540c54e8

@BD-zhang
Copy link
Author

BD-zhang commented Apr 8, 2024

我帮你找到问题了,我本地改完了

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

No branches or pull requests

1 participant