nuxt-vcalendar icon indicating copy to clipboard operation
nuxt-vcalendar copied to clipboard

Cannot access VCalendar Component & API types from the module

Open cantkillemall opened this issue 1 year ago • 2 comments

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: Capture d’écran 2024-09-14 à 18 19 10

With the original plugin: Capture d’écran 2024-09-14 à 18 20 13

Thank you for the consideration!

cantkillemall avatar Sep 14 '24 16:09 cantkillemall

Hey thank you for reporting the issue. This is probably from the new vue update. I will check and update the module asp

samk-dev avatar Sep 16 '24 13:09 samk-dev

Hi @samk-dev, any news on that front? Did you find out where the bug is? Thanks!

cantkillemall avatar Feb 02 '25 18:02 cantkillemall