Skip to content

Commit

Permalink
chore(deps): use nuxt-primevue
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Nov 6, 2023
1 parent bebd690 commit 80a7148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineNuxtConfig({
modules: [
NuxtTypesense,
'@formkit/nuxt',
'@sfxcode/nuxt-primevue',
'nuxt-primevue',
'@unocss/nuxt',
],
typesense: {
Expand All @@ -33,7 +33,6 @@ export default defineNuxtConfig({
css: [
'primevue/resources/primevue.css',
'primeicons/primeicons.css',
'@sfxcode/formkit-primevue/dist/sass/formkit-primevue.scss',
'primevue/resources/themes/tailwind-light/theme.css',
],

Expand Down

0 comments on commit 80a7148

Please sign in to comment.