docs(command-palette): update

This commit is contained in:
Benjamin Canac
2024-09-18 17:32:01 +02:00
parent a70ba04fc3
commit f45b39937b
17 changed files with 235 additions and 35 deletions

View File

@@ -191,9 +191,9 @@ props:
## Examples
### Control active tab
### Control active item
You can control the active tab by using the `default-value` prop or the `v-model` directive with the index of the item.
You can control the active item by using the `default-value` prop or the `v-model` directive with the index of the item.
:component-example{name="tabs-model-value-example"}