Open smarbos opened 7 years ago
I am facing the same problem here, but it works well when I was developing the project 2 month ago.
I ran into this problem today when trying to npm run dev
nuxt.
Same problem, I'm working with Electron and Vue 2. For me it occurred right after installing the datepicker via NPM.
A part of my vue component:
<script>
import myDatepicker from 'vue-datepicker'
export default {
components: {
'date-picker': myDatepicker
}
Node 6.10.0
Same problem with nuxt
+1
Same problem with nuxt
same problem here
workaround: import Datepicker from 'vue-datepicker/vue-datepicker-es6.vue';
Hello, im using NuxtJS with Vue2,
I've followed the instructions and im getting a Vue.js error
I'm doing something wrong?
Node v7.5.0 Npm v4.1.2
Thanks!