mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Theming API: Update Theme
export
This commit is contained in:
parent
a82843f1ff
commit
792f02f9b5
11 changed files with 11 additions and 13 deletions
|
@ -55,7 +55,7 @@ export default defineNuxtModule({
|
|||
${registered.styles.map((style) => `import ${style.as} from '${style.from}';`).join('\n')}
|
||||
${
|
||||
hasTheme
|
||||
? `import Theme from 'primevue/themes';
|
||||
? `import { Theme } from 'primevue/themes';
|
||||
import ${importTheme.as} from '${importTheme.from}';\n`
|
||||
: ''
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue