nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 841 forks source link

Warnings when trying to use plugin - components not showing up #1427

Closed sharmilatmn closed 6 months ago

sharmilatmn commented 6 months ago

When following installation and use instructions as detailed here: https://vcalendar.io/getting-started/installation.html

I get the following warnings:

resolveComponent can only be used in render() or setup().

Missing ref owner context. ref cannot be used on hoisted vnodes. A vnode with ref must be created inside the render function.

Neither the calendar nor date picker appears on the screen, only a . symbol for some reason.

sharmilatmn commented 6 months ago

Turns out the error was specific to that .vue file. I deleted it and remade it and it works fine. idek