Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 9, 2022
1 parent 2c0d5fc commit b8f4d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/resolvers/vueuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export function VueUseComponentsResolver(): ComponentResolver {
type: 'component',
resolve: (name: string) => {
if (!components) {
let indexesJson: any
try {
const corePath = resolveModule('@vueuse/core') || process.cwd()
const path = resolveModule('@vueuse/core/indexes.json')
Expand Down

0 comments on commit b8f4d21

Please sign in to comment.