Skip to content

Commit

Permalink
chore: fix build and audit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Sep 26, 2023
1 parent 261ace9 commit dbfd17f
Show file tree
Hide file tree
Showing 11 changed files with 522 additions and 485 deletions.
40 changes: 22 additions & 18 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ An optional set of [Data Source Standard Parameters](/modeling/model-components/

<Prop def="cache?: ResponseCachingConfiguration | boolean" lang="ts" />

If provided and non-false, enables [response caching](/stacks/vue/layers/api-clients.html#response-caching) on the component's internal API caller.
If provided and non-false, enables [response caching](/stacks/vue/layers/api-clients.md#response-caching) on the component's internal API caller.


## Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ An optional set of [Data Source Standard Parameters](/modeling/model-components/

<Prop def="cache?: ResponseCachingConfiguration | boolean" lang="ts" />

If provided and non-false, enables [response caching](/stacks/vue/layers/api-clients.html#response-caching) on the component's internal API callers.
If provided and non-false, enables [response caching](/stacks/vue/layers/api-clients.md#response-caching) on the component's internal API callers.

<Prop def="create?: {
getLabel: (search: string, items: TModel[]) => string | false,
Expand Down
12 changes: 6 additions & 6 deletions playground/Coalesce.Web.Ko/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dbfd17f

Please sign in to comment.