Skip to content
New issue

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

Showcase App #6894

Closed
AnastasiaTsi opened this issue Nov 29, 2024 · 0 comments
Closed

Showcase App #6894

AnastasiaTsi opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
Component: Documentation Issue or pull request is related to Documentation
Milestone

Comments

@AnastasiaTsi
Copy link
Contributor

Describe the bug

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";

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 button
The generated code has the bug

Expected behavior

import  {theme_name}  from "@primevue/themes/{theme_name} ";
@AnastasiaTsi AnastasiaTsi added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 29, 2024
@tugcekucukoglu tugcekucukoglu added Component: Documentation Issue or pull request is related to Documentation and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 29, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.2.5 milestone Nov 29, 2024
@tugcekucukoglu tugcekucukoglu self-assigned this Nov 29, 2024
@github-project-automation github-project-automation bot moved this to Done in PrimeVue Dec 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Component: Documentation Issue or pull request is related to Documentation
Projects
Status: Done
Development

No branches or pull requests

2 participants