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

Uncaught ReferenceError: exports is not defined #118

Closed laxiry1 closed 7 years ago

laxiry1 commented 7 years ago

vue-datepicker.vue?be3f:379 Uncaught ReferenceError: exports is not defined at eval (eval at (app.js:2512), :12:23) at Object. (app.js:2512) at webpack_require (app.js:660) at fn (app.js:86) at eval (eval at (app.js:2713), :8:3) at Object. (app.js:2713) at webpack_require (app.js:660) at fn (app.js:86) at eval (eval at (app.js:1840), :2:73) at Object. (app.js:1840)

leozdim commented 7 years ago

I have the same Issue

liao1992 commented 7 years ago

me too

vitorcominato commented 7 years ago

If you are using es6 on your project, import the component this way:

import Datepicker from 'vue-datepicker/vue-datepicker-es6';

vitorcominato commented 7 years ago

97

laxiry1 commented 7 years ago

@vitorcominato thanks for your answers

laxiry1 commented 7 years ago

import Datepicker from 'vue-datepicker/vue-datepicker-es6'; The problem has been solved

wysoki89 commented 6 years ago

could you please add it to readme ?