docs(tabs): improve active item example

Resolves #4092
This commit is contained in:
Benjamin Canac
2025-05-10 18:11:33 +02:00
parent a57844e416
commit 37eabc89bd
2 changed files with 19 additions and 13 deletions

View File

@@ -210,10 +210,6 @@ You can control the active item by using the `default-value` prop or the `v-mode
:component-example{name="tabs-model-value-example"}
::tip
You can also pass the `value` of one of the items if provided.
::
### With content slot
Use the `#content` slot to customize the content of each item.