indent fix

pull/3949/head
Tuğçe Küçükoğlu 2023-05-10 14:50:39 +03:00
parent ff4d5786d6
commit 22fc07bc65
1 changed files with 3 additions and 3 deletions

View File

@ -95,9 +95,9 @@ export default defineNuxtConfig({
"primevue/resources/themes/lara-light-blue/theme.css",
"primevue/resources/primevue.css"
],
build: {
transpile: ["primevue"]
}
build: {
transpile: ["primevue"]
}
})
```