You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: