Skip to content

Commit afe198f

Browse files
committed
fix(prime-vue): resolve case, close #132
Thanks @gemone
1 parent c010393 commit afe198f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/prime-vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export function PrimeVueResolver(options: PrimeVueResolverOptions = {}): Compone
138138

139139
if (components.includes(name)) {
140140
return {
141-
path: `primevue/${name}/${name}.vue`,
141+
path: `primevue/${name.toLowerCase()}/${name}.vue`,
142142
sideEffects,
143143
}
144144
}

0 commit comments

Comments
 (0)