nuxt-vcalendar
nuxt-vcalendar copied to clipboard
Cannot access VCalendar Component & API types from the module
When installing the module, we have no access to the components' types (props, attributeConfig, page...) that are available when installing the vue plugin directly and using it "manually".
Example:
import type { AttributeConfig } from 'v-calendar/dist/types/src/utils/attribute.js'
More work, more imports than the module, but more safe with type checking.
With the module:
With the original plugin:
Thank you for the consideration!
Hey thank you for reporting the issue. This is probably from the new vue update. I will check and update the module asp
Hi @samk-dev, any news on that front? Did you find out where the bug is? Thanks!