diff --git a/docs/app/components/content/examples/tabs/TabsModelValueExample.vue b/docs/app/components/content/examples/tabs/TabsModelValueExample.vue index 3d4f1a17..2d9c3a12 100644 --- a/docs/app/components/content/examples/tabs/TabsModelValueExample.vue +++ b/docs/app/components/content/examples/tabs/TabsModelValueExample.vue @@ -1,22 +1,32 @@ diff --git a/docs/content/3.components/tabs.md b/docs/content/3.components/tabs.md index 99e521f6..6c08d410 100644 --- a/docs/content/3.components/tabs.md +++ b/docs/content/3.components/tabs.md @@ -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.