CroudTech / vue-fullcalendar

FullCalendar Wrapper for vue
MIT License
483 stars 100 forks source link

Component not registering. #216

Open airliajsmith opened 4 years ago

airliajsmith commented 4 years ago

I used the code provided in the file and get this warning:

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

I copied exactly, except for the view, which I don't see in the files provided. My view has included. Is that incorrect?

BrockReece commented 4 years ago

Hi, Have you had a look at the demo repo? https://github.com/BrockReece/vue-fullcalendar-example

airliajsmith commented 4 years ago

Hi. I will take a look. Thanks!