yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 935 forks source link

datepicker error #482

Open ninthz opened 7 years ago

ninthz commented 7 years ago

I got error like this

Uncaught TypeError: Cannot read property 'length' of null

I just set follow the example

<datepicker :value.sync="form.birth_date" :disabled-days-of-week="[]" :format="dd/MM/yyyy" :clear-button="true" :placeholder="dd/mm/yyyy"></datepicker>

Could you fix this?

Thanks

arion commented 6 years ago

Do you fix this?

arcisd commented 6 years ago

Same problem here. Did you fix it?