File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
2
defineComponent ,
3
3
h ,
4
- PropType ,
4
+ type PropType ,
5
5
inject ,
6
6
computed ,
7
7
reactive ,
8
8
unref ,
9
- VNode ,
10
- UnwrapRef ,
11
- VNodeProps ,
12
- AllowedComponentProps ,
13
- ComponentCustomProps ,
9
+ type VNode ,
10
+ type UnwrapRef ,
11
+ type VNodeProps ,
12
+ type AllowedComponentProps ,
13
+ type ComponentCustomProps ,
14
14
getCurrentInstance ,
15
15
watchEffect ,
16
16
// this is a workaround for https://github.com/microsoft/rushstack/issues/1050
17
17
// this file is meant to be prepended to the generated dist/src/RouterLink.d.ts
18
18
// @ts -ignore
19
- ComputedRef ,
19
+ type ComputedRef ,
20
20
// @ts -ignore
21
21
DefineComponent ,
22
22
// @ts -ignore
@@ -25,8 +25,8 @@ import {
25
25
RendererNode ,
26
26
// @ts -ignore
27
27
ComponentOptionsMixin ,
28
- MaybeRef ,
29
- AnchorHTMLAttributes ,
28
+ type MaybeRef ,
29
+ type AnchorHTMLAttributes ,
30
30
} from 'vue'
31
31
import { isSameRouteLocationParams , isSameRouteRecord } from './location'
32
32
import { routerKey , routeLocationKey } from './injectionSymbols'
You can’t perform that action at this time.
0 commit comments