Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access VCalendar Component & API types from the module #23

Open
cantkillemall opened this issue Sep 14, 2024 · 1 comment
Open
Assignees

Comments

@cantkillemall
Copy link

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!

@samk-dev samk-dev self-assigned this Sep 16, 2024
@samk-dev
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants