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

Explain the default exclude option in the Nuxt module configuration docs. #5584

Merged
merged 1 commit into from
Apr 19, 2024

Commits on Apr 14, 2024

  1. Explain the default behavior of primevue.components.exclude in the Nu…

    …xt module configuration and how to mitigate.
    
    In the documentation for configuring the Nuxt module components, there is no indication that Chart and Editor are excluded by default. The only way to find out is if you happen upon a single issue in the github repo of the nuxt module npm package or read the full source code of the module. Although the intention of this default behavior is to avoid compatibility issues because of the dependencies of those 2 components, it leads to even more confusion when you know what they need but they aren't being detected as components. They are excluded even if you use the * option in include. This change introduces a helpful tip into the docs page so users know what to do when they want to use those components.
    RustyRaptor authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3ce7f69 View commit details
    Browse the repository at this point in the history