Skip to content

Commit

Permalink
chore: up api
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 15, 2023
1 parent 2b86901 commit 7505b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/api/interfaces/RouteLocationMatched.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ___

### instances %{#Properties-instances}%

**instances**: `Record`<`string`, `undefined` \| ``null`` \| `ComponentPublicInstance`<{}, {}, {}, {}, {}, {}, {}, {}, ``false``, `ComponentOptionsBase`<`any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, {}, {}, `string`\>, {}\>\>
**instances**: `Record`<`string`, `undefined` \| ``null`` \| `ComponentPublicInstance`<{}, {}, {}, {}, {}, {}, {}, {}, ``false``, `ComponentOptionsBase`<`any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, {}, {}, `string`, {}\>, {}, {}\>\>

Mounted route component instances
Having the instances on the record mean beforeRouteUpdate and
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/api/interfaces/RouteRecordNormalized.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ___

### instances %{#Properties-instances}%

**instances**: `Record`<`string`, `undefined` \| ``null`` \| `ComponentPublicInstance`<{}, {}, {}, {}, {}, {}, {}, {}, ``false``, `ComponentOptionsBase`<`any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, {}, {}, `string`\>, {}\>\>
**instances**: `Record`<`string`, `undefined` \| ``null`` \| `ComponentPublicInstance`<{}, {}, {}, {}, {}, {}, {}, {}, ``false``, `ComponentOptionsBase`<`any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, `any`, {}, {}, `string`, {}\>, {}, {}\>\>

Mounted route component instances
Having the instances on the record mean beforeRouteUpdate and
Expand Down

0 comments on commit 7505b5b

Please sign in to comment.