mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
fix: Update imports from '@primevue/themes' to '@primeuix/themes'
This commit is contained in:
parent
b6c7b434b1
commit
cf45e2dc94
36 changed files with 107 additions and 96 deletions
|
@ -87,9 +87,9 @@
|
|||
"nitropack": "^2.6.3",
|
||||
"nuxt": "3.3.2",
|
||||
"vitest": "^1.6.0",
|
||||
"@primevue/themes": "workspace:*"
|
||||
"@primeuix/themes": "catalog:"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.11.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// @ts-ignore
|
||||
import Aura from '@primevue/themes/aura';
|
||||
import Aura from '@primeuix/themes/aura';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
modules: ['../src/module'],
|
||||
|
|
|
@ -60,6 +60,7 @@ export default defineNuxtModule<ModuleOptions>({
|
|||
//nuxt.options.build.transpile.push('nuxt');
|
||||
nuxt.options.build.transpile.push('primevue');
|
||||
hasTheme && nuxt.options.build.transpile.push('@primevue/themes');
|
||||
hasTheme && nuxt.options.build.transpile.push('@primeuix/themes');
|
||||
|
||||
let registeredStyles: MetaType[] = registered.styles;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue