Skip to content

Commit

Permalink
docs(VDefaultsProvider): fix broken link to the api
Browse files Browse the repository at this point in the history
closes #16655
  • Loading branch information
KaelWD committed Feb 14, 2023
1 parent e7d5083 commit f00e001
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This is used internally by some components already:
- `<v-list>` has `bg-color="transparent"` when nested within a `<v-navigation-drawer>`
- Lists, chip groups, expansion panels, tabs, and forms all use this system to propagate certain props to their children, for example `<v-tabs disabled>` will set the default value of `disabled` to `true` for all `<v-tab>` components inside it.

[v-defaults-provider](/components/default-provider/) can be used to set defaults for components within a specific scope.
[v-defaults-provider](/components/defaults-providers/) can be used to set defaults for components within a specific scope.

## Priority

Expand Down

0 comments on commit f00e001

Please sign in to comment.