From e91cba741ce9a6469074f6e7e5e431a16ce809d3 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 4 Sep 2024 11:06:32 +0200 Subject: [PATCH] docs(dropdown-menu/radio-group/select): update callouts type --- docs/content/3.components/dropdown-menu.md | 2 +- docs/content/3.components/radio-group.md | 2 +- docs/content/3.components/select.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/3.components/dropdown-menu.md b/docs/content/3.components/dropdown-menu.md index 2e4c293b..a94c7795 100644 --- a/docs/content/3.components/dropdown-menu.md +++ b/docs/content/3.components/dropdown-menu.md @@ -215,7 +215,7 @@ slots: :u-button{size="xl" label="Open" icon="i-heroicons-bars-3" color="gray" variant="outline"} :: -::important +::caution The `size` prop will not be proxied to the Button, you need to set it yourself. :: diff --git a/docs/content/3.components/radio-group.md b/docs/content/3.components/radio-group.md index 62b19bbe..726c2131 100644 --- a/docs/content/3.components/radio-group.md +++ b/docs/content/3.components/radio-group.md @@ -66,7 +66,7 @@ props: --- :: -::important +::note When using objects, you need to reference the `value` property of the object in the `v-model` directive or the `default-value` prop. :: diff --git a/docs/content/3.components/select.md b/docs/content/3.components/select.md index e2da822c..bbabed73 100644 --- a/docs/content/3.components/select.md +++ b/docs/content/3.components/select.md @@ -68,7 +68,7 @@ props: --- :: -::important +::note When using objects, you need to reference the `value` property of the object in the `v-model` directive or the `default-value` prop. ::