We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abefed commit 4ac48a6Copy full SHA for 4ac48a6
packages/router/__tests__/RouterLink.spec.ts
@@ -1,7 +1,7 @@
1
/**
2
* @jest-environment jsdom
3
*/
4
-import { RouterLink, RouterLinkProps } from '../src/RouterLink'
+import { RouterLink } from '../src/RouterLink'
5
import {
6
START_LOCATION_NORMALIZED,
7
RouteQueryAndHash,
@@ -15,7 +15,6 @@ import { RouteRecordNormalized } from '../src/matcher/types'
15
import { routerKey } from '../src/injectionSymbols'
16
import { tick } from './utils'
17
import { mount } from '@vue/test-utils'
18
-import { ExtractComponentOptions } from 'vue'
19
20
const records = {
21
home: {} as RouteRecordNormalized,
0 commit comments