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. ::