Skip to content

Conversation

@CzBiX
Copy link

@CzBiX CzBiX commented Nov 28, 2025

Defect Fixes

Add the missing option type to PrimeVue plugin

Copy link

@Coderxrohan Coderxrohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue
The PrimeVue plugin type definition did not specify the expected options type, reducing TypeScript accuracy and forcing consumers to rely on implicit or any typings.

Fix
Updates the plugin declaration to Plugin<PrimeVueConfiguration>, explicitly typing the configuration options passed to app.use(PrimeVue, options).
Impact
Improves TypeScript type safety and developer experience without affecting runtime behavior or existing usage.

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

Successfully merging this pull request may close these issues.

2 participants