Open Ed1ks opened 3 months ago
Hello, if this code is in nuxt.config.ts, the updatePreset() method aint working anymore:
build: { transpile: ['nuxt', 'primevue', 'formkit-primevue'] },
https://stackblitz.com/edit/nuxt-starter-tuvwb8
4.0.2
3.x
TypeScript
Nuxt
Edge
(or open stackblitz link)
open theme editor in Toolbar
change color/theme
-> not working
remove code and start dev again
working
changing color
Iam used primevue 4.0.7. The same problem
Add '@primevue/themes' to the transpile and it will work ie. transpile: ['nuxt', 'primevue','@primevue/themes'],
Describe the bug
Hello, if this code is in nuxt.config.ts, the updatePreset() method aint working anymore:
Reproducer
https://stackblitz.com/edit/nuxt-starter-tuvwb8
PrimeVue version
4.0.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Edge
Steps to reproduce the behavior
(or open stackblitz link)
open theme editor in Toolbar
change color/theme
-> not working
remove code and start dev again
working
Expected behavior
changing color