#### Parameters
-| Parameter | Type | Description |
-| --------- | ----------------- | ------------------------------------------------------------------------------------- |
-| props | RouterLinkOptions | props object that can be passed to `<router-link>`. Accepts `Ref`s and `ComputedRef`s |
+| Parameter | Type | Description |
+| --------- | ------------------- | ------------------------------------------------------------------------------------- |
+| props | `RouterLinkOptions` | props object that can be passed to `<router-link>`. Accepts `Ref`s and `ComputedRef`s |
### useRoute
_Parameters_
-| Parameter | Type | Description |
-| --------- | ------------------- | ---------------------- |
-| guard | NavigationHookAfter | navigation hook to add |
+| Parameter | Type | Description |
+| --------- | --------------------- | ---------------------- |
+| guard | `NavigationHookAfter` | navigation hook to add |
#### Examples
_Parameters_
-| Parameter | Type | Description |
-| --------- | ------- | ----------- |
-| name | `string | symbol` | Name of the route to check |
+| Parameter | Type | Description |
+| --------- | ------------------------------------------------- | -------------------------- |
+| name | `string \| symbol` | Name of the route to check |
### isReady
_Parameters_
-| Parameter | Type | Description |
-| --------- | ------- | ----------- |
-| name | `string | symbol` | Name of the route to remove |
+| Parameter | Type | Description |
+| --------- | --------------------------------------------- | --------------------------- |
+| name | `string \| symbol` | Name of the route to remove |
### replace
| 参数 | 类型 | 描述 |
| ----- | ----------------- | ---------------------------------------------------------------- |
-| props | RouterLinkOptions | props 对象可以传递给`<router-link>`。接收 `Ref` 和 `ComputedRef` |
+| props | `RouterLinkOptions` | props 对象可以传递给`<router-link>`。接收 `Ref` 和 `ComputedRef` |
### useRoute
_参数_
| 参数 | 类型 | 描述 |
-| ---------- | ----------------------------------- | ---------------- | -------------------------------------- |
-| parentName | `string| symbol` | 父路由记录,`route` 应该被添加到的位置 |
+| ---------- | ----------------------------------- | ---------------- |
+| parentName | `string \| symbol` | 父路由记录,`route` 应该被添加到的位置 |
| route | [`RouteRecordRaw`](#routerecordraw) | 要添加的路由记录 |
### addRoute
| 参数 | 类型 | 描述 |
| ----- | ------------------- | ---------------- |
-| guard | NavigationHookAfter | 要添加的导航钩子 |
+| guard | `NavigationHookAfter` | 要添加的导航钩子 |
#### 示例
_参数_
| 参数 | 类型 | 描述 |
-| ---- | ------- | ------- | ---------------- |
-| name | `string | symbol` | 要确认的路由名称 |
+| ---- | ------- | ------- |
+| name | `string \| symbol` | 要确认的路由名称 |
### isReady
_参数_
| 参数 | 类型 | 描述 |
-| ---- | ------- | ------- | ---------------- |
-| name | `string | symbol` | 要删除的路由名称 |
+| ---- | ------- | ------- |
+| name | `string \| symbol` | 要删除的路由名称 |
### replace