vue-datepicker
vue-datepicker copied to clipboard
error : exports is not defined
Uncaught ReferenceError: exports is not defined
at eval (eval at
I've got the same error, my solution to the problem is like this:
- "npm install monment"
- copy "vue-datepicker-es6.vue" to your project(u can modify the file name)
- "import datePicker from '@/components/common/datePicker'" ,then copy the code from the demo
import myDatepicker from 'vue-datepicker/vue-datepicker-es6.vue';