docs(components): update

This commit is contained in:
Benjamin Canac
2024-09-05 10:23:08 +02:00
parent fba4d6a385
commit 59201e3a67
4 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ links:
Use a [Button](/components/button) or any other component in the default slot of the Tooltip.
::important
Make sure to wrap your app with the [`App`](/components/app) component which uses the [TooltipProvider](https://www.radix-vue.com/components/tooltip.html#provider) component from Radix Vue.
Make sure to wrap your app with the [App](/components/app) component which uses the [TooltipProvider](https://www.radix-vue.com/components/tooltip.html#provider) component from Radix Vue.
::
::tip{to="/components/app#props"}
@@ -91,7 +91,7 @@ slots:
::
::tip
This can be configured globally through the `tooltip.delayDuration` option in the [`App`](/components/app) component.
This can be configured globally through the `tooltip.delayDuration` option in the [App](/components/app) component.
::
### Content