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

Commit c12c1ee

Browse files
committed
fix(primevue): fix primevue nuxt module name
1 parent a04693f commit c12c1ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/cna-template/template/nuxt/nuxt.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
// https://go.nuxtjs.dev/emotion
124124
'@nuxtjs/emotion',
125125
<%_ } else if (ui === 'primevue') { _%>
126-
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup
127-
'@primevue/nuxt',
126+
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup
127+
'primevue/nuxt',
128128
<%_ } _%>
129129
<%_ if (axios) { _%>
130130
// https://go.nuxtjs.dev/axios

packages/create-nuxt-app/test/snapshots/index.test.js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1242,8 +1242,8 @@ Generated by [AVA](https://avajs.dev).
12421242
12431243
// Modules: https://go.nuxtjs.dev/config-modules␊
12441244
modules: [␊
1245-
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup␊
1246-
'@primevue/nuxt',␊
1245+
// Doc: https://www.primefaces.org/primevue/showcase-v2/#/setup␊
1246+
'primevue/nuxt',␊
12471247
],␊
12481248
12491249
// Build Configuration: https://go.nuxtjs.dev/config-build␊
Binary file not shown.

0 commit comments

Comments
 (0)