Skip to content

Commit

Permalink
chore: try fix vueuse, close #354
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 14, 2022
1 parent 3a5664b commit 40cdf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/resolvers/vueuse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function VueUseComponentsResolver(): ComponentResolver {
}

if (components && components.includes(name))
return { name, from: '@vueuse/components' }
return { name, as: name, from: '@vueuse/components' }
},
}
}

0 comments on commit 40cdf97

Please sign in to comment.