We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When creating a theme from the theme designer the produced document has extra { } at the theme import
{
}
Example: behavior:
import { Aura } from "@primevue/themes/aura";
expected behavior:
import Aura from "@primevue/themes/aura";
https://stackblitz.com/
4.2.4
4.x
ALL
Vue CLI App
All
Go to theme builder Press the download button The generated code has the bug
download
import {theme_name} from "@primevue/themes/{theme_name} ";
The text was updated successfully, but these errors were encountered:
tugcekucukoglu
No branches or pull requests
Describe the bug
When creating a theme from the theme designer the produced document has extra
{
}
at the theme importExample:
behavior:
expected behavior:
Reproducer
https://stackblitz.com/
PrimeVue version
4.2.4
Vue version
4.x
Language
ALL
Build / Runtime
Vue CLI App
Browser(s)
All
Steps to reproduce the behavior
Go to theme builder
Press the
download
buttonThe generated code has the bug
Expected behavior
The text was updated successfully, but these errors were encountered: