Skip to content

Commit

Permalink
fix(prime-vue): resolve case, close #132
Browse files Browse the repository at this point in the history
Thanks @gemone
  • Loading branch information
antfu committed Sep 5, 2021
1 parent c010393 commit afe198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/resolvers/prime-vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function PrimeVueResolver(options: PrimeVueResolverOptions = {}): Compone

if (components.includes(name)) {
return {
path: `primevue/${name}/${name}.vue`,
path: `primevue/${name.toLowerCase()}/${name}.vue`,
sideEffects,
}
}
Expand Down

0 comments on commit afe198f

Please sign in to comment.