stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

Uncaught Error: Module parse failed: MyPath\node_modules\quasar-calendar\src\components\calendar\Calendar.vue Unexpected token (1:0) #29

Open mykhie opened 6 years ago

mykhie commented 6 years ago

Am getting above error while trying to render the calendar Full error as it appears on console List.vue?f2e3:8 Uncaught Error: Module parse failed: MyPath\node_modules\quasar-calendar\src\components\calendar\Calendar.vue Unexpected token (1:0) You may need an appropriate loader to handle this file type. | <template> | <div class="calendar-test"> | <q-tabs class="calendar-tabs" ref="fullCalendarTabs" inverted>

Rendering : <calendar-month :start-date="new Date()" :events="demoEvents" :sunday-first-day-of-week="true" calendar-locale="fr" calendar-timezone="Europe/Paris" :allow-editing="false" /> What might be the problem?any help is highly appreciated .

mykhie commented 6 years ago

component registering :> import { CalendarMonth, CalendarAgenda, CalendarMultiDay } from 'quasar-calendar' import Vue from 'vue' Vue.component('calendar-month', CalendarMonth)