-
Notifications
You must be signed in to change notification settings - Fork 122
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
Setting a default date range error #71
Comments
I believe your initRange needs to be prefixed with a colon: |
using :init-range worked for me |
Unfortunately, this hasn't worked either. I still don't see any default values in the datepicker |
ah, I may be using the winslow fork... https://github.com/gwindes/vue-rangedate-picker-winslow |
It's worked for me. Try like this: |
I'm trying to set a default date, using the
initRange
prop, but I'm getting an error.I have a data property called
dateRange
Which I'm passing to the component:
But this is throwing the following error:
This is odd, since the prop I'm passing is an object, unless I'm mistaken?
The text was updated successfully, but these errors were encountered: