hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Getting exports not defined error #97

Closed pwnz22 closed 7 years ago

pwnz22 commented 7 years ago

Uncaught ReferenceError: exports is not defined

Alt

Getting this strange error.

praponc commented 7 years ago

Got the same problem here

mihaibogdan10 commented 7 years ago

+1

ghost commented 7 years ago

Getting it as well. Using webpack and electron if that matters.

tigonetwork commented 7 years ago

+1

Shugar commented 7 years ago

+1

greenxiii commented 7 years ago

+1

greenxiii commented 7 years ago

import myDatepicker from 'vue-datepicker/vue-datepicker-es6.vue'; That helped me

xunyagai commented 7 years ago

我也是引用这句话解决这个问题的“import myDatepicker from 'vue-datepicker/vue-datepicker-es6.vue'”