@@ -366,9 +366,9 @@ export declare function useLink(props: RouterLinkOptions): {
366
366
367
367
#### Parameters
368
368
369
- | Parameter | Type | Description |
370
- | -------- - | ---------------- - | ------------------------------------------------------------------------------------ - |
371
- | props | RouterLinkOptions | props object that can be passed to ` <router-link> ` . Accepts ` Ref ` s and ` ComputedRef ` s |
369
+ | Parameter | Type | Description |
370
+ | -------- - | ------------------ - | ------------------------------------------------------------------------------------ - |
371
+ | props | ` RouterLinkOptions ` | props object that can be passed to ` <router-link> ` . Accepts ` Ref ` s and ` ComputedRef ` s |
372
372
373
373
### useRoute
374
374
@@ -461,9 +461,9 @@ afterEach(guard: NavigationHookAfter): () => void
461
461
462
462
_Parameters_
463
463
464
- | Parameter | Type | Description |
465
- | -------- - | ------------------ - | ---------------------- |
466
- | guard | NavigationHookAfter | navigation hook to add |
464
+ | Parameter | Type | Description |
465
+ | -------- - | -------------------- - | ---------------------- |
466
+ | guard | ` NavigationHookAfter ` | navigation hook to add |
467
467
468
468
#### Examples
469
469
@@ -573,9 +573,9 @@ hasRoute(name: string | symbol): boolean
573
573
574
574
_Parameters_
575
575
576
- | Parameter | Type | Description |
577
- | -------- - | ------ - | ---------- - |
578
- | name | ` string | symbol ` | Name of the route to check |
576
+ | Parameter | Type | Description |
577
+ | -------- - | ------------------------------------------------ - | --------------- ----------- |
578
+ | name | ` string \ | symbol ` | Name of the route to check |
579
579
580
580
### isReady
581
581
@@ -631,9 +631,9 @@ removeRoute(name: string | symbol): void
631
631
632
632
_Parameters_
633
633
634
- | Parameter | Type | Description |
635
- | -------- - | ------ - | ---------- - |
636
- | name | ` string | symbol ` | Name of the route to remove |
634
+ | Parameter | Type | Description |
635
+ | -------- - | -------------------------------------------- - | ---------------- ----------- |
636
+ | name | ` string \ | symbol ` | Name of the route to remove |
637
637
638
638
### replace
639
639
0 commit comments