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

Unknown custom element: <calendar-month> #26

Closed BartekPacocha closed 5 years ago

BartekPacocha commented 6 years ago

Hi, I have a problem when i try to use quasar-calendar. After install via npm and trying to use it in my code i got error:

Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

sirbeagle commented 6 years ago

@BartekPacocha I'd have to see more of your code to know what's happening. When you're using vue you have to be sure to import the components you want to use. Check out the source for the demo page to see how I imported the main calendar components and see if that helps?

ChukkaAshok commented 6 years ago

Hi, I'm also getting same problem when i trying to use quasar-calendar. Any solution? Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. Please update me if any solution asap. Thanks.

ChukkaAshok commented 6 years ago

@sirbeagle I have resolve the problem thanks for the link source for the demo page it is very use full for every one. Thanks.