Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
fix(primevue): fix primevue nuxt module name
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Nov 18, 2021
1 parent a04693f commit c12c1ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cna-template/template/nuxt/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
// https://go.nuxtjs.dev/emotion
'@nuxtjs/emotion',
<%_ } else if (ui === 'primevue') { _%>
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup
'@primevue/nuxt',
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup
'primevue/nuxt',
<%_ } _%>
<%_ if (axios) { _%>
// https://go.nuxtjs.dev/axios
Expand Down
4 changes: 2 additions & 2 deletions packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ Generated by [AVA](https://avajs.dev).
// Modules: https://go.nuxtjs.dev/config-modules␊
modules: [␊
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup␊
'@primevue/nuxt',␊
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup␊
'primevue/nuxt',␊
],␊
// Build Configuration: https://go.nuxtjs.dev/config-build␊
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit c12c1ee

Please sign in to comment.