Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
fix: explicitly import apis for RouterLink mock (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Jan 13, 2023
1 parent 63c3292 commit b1763e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/components/RouterLink.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { defineComponent, useRouter } from '#imports'

export const RouterLink = defineComponent({
functional: true,
props: {
Expand Down

0 comments on commit b1763e7

Please sign in to comment.