Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork378
feat: add components prefix#850
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Co-authored-by: winches <wincheshe@gmail.com>
|
6d86696 intounplugin:mainUh oh!
There was an error while loading.Please reload this page.
jongbonga commentedJul 12, 2025
@ilyaliao how do I make this work with primevue? I tried but the component doesn't show, seereproduction andissue |
ilyaliao commentedJul 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hi jongbonga 👋 Thanks for asking, but sorry, this PR doesn't include adding prefix in Please refer to:primefaces/primevue#6875 (comment) |
craigrileyuk commentedJul 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This should probably be added to the README documentation now it's merged. |
Good idea! Would you like to open a PR? |
jhoefker commentedJul 31, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hey guys, thanks for adding support for prefix. Unfortunately, I face an issue while importing the components. My setup: ... the components.d.ts is generated correctly with: However I can't import the component with Interesting is that using Have I forgot something in the config? |
This looks like a bug, I will fix it. |
Description
This PR is a minimal implementation of#612. Since the original PR is outdated, I’m submitting a new one.
It simply adds support for prefixing component names.
Linked Issues
resolve:#438