vue-bulma / datepicker

Datepicker Component for Vue Bulma
MIT License
115 stars 56 forks source link

Error in callback for watcher "config": "TypeError: Cannot read property 'call' of undefined" #46

Closed holic-cl closed 7 years ago

holic-cl commented 7 years ago

Hi, i am getting this error when i try to set the config param to mode: 'range'.

<datepicker placeholder="Select a range" :config="{ mode: 'range' }"></datepicker>

Any suggestion would be helpful.

Regards.

jaybeecave commented 7 years ago

seems to happen when config is set, looking at this now

jaybeecave commented 7 years ago

PR #39 will solve this if its merged.

holic-cl commented 7 years ago

Thanks, i will wait for that.

luventa commented 7 years ago

merged pr #38 which has the same code change as #39. This issue shall be fixed. I'm upgrading the version now.

luventa commented 7 years ago

new version published. Please check if this issue is still there or not. Feel free to reopen this issue. Thanks!