Haixing-Hu / vue-datetime-picker

A Vue.js component implementing the datetime picker control using the Eonasdan's bootstrap datetime picker plugin.
http://haixing-hu.github.io/vue-datetime-picker/
MIT License
341 stars 77 forks source link

Uncaught TypeError: $(...).datetimepicker is not a function #13

Closed taciomedeiros closed 7 years ago

taciomedeiros commented 8 years ago

when use with browserify

Uncaught TypeError: $(...).datetimepicker is not a function

bitspintech commented 8 years ago

Make sure you include jquery and datetimepicker before the vue component.

Haixing-Hu commented 7 years ago

You should include JQuery and datetime-picker. Please refer to the demo page.