Skip to content

Commit b8f4d21

Browse files
committed
chore: fix
1 parent 2c0d5fc commit b8f4d21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/resolvers/vueuse.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function VueUseComponentsResolver(): ComponentResolver {
1414
type: 'component',
1515
resolve: (name: string) => {
1616
if (!components) {
17+
let indexesJson: any
1718
try {
1819
const corePath = resolveModule('@vueuse/core') || process.cwd()
1920
const path = resolveModule('@vueuse/core/indexes.json')

0 commit comments

Comments
 (0)