Update docs/components/tabs.md
This commit is contained in:
@@ -131,7 +131,7 @@ defineProps({
|
|||||||
## Tab pane interaction
|
## Tab pane interaction
|
||||||
|
|
||||||
You can add `@click:pane` to Tabs component to intercept click on tab pane.
|
You can add `@click:pane` to Tabs component to intercept click on tab pane.
|
||||||
```typescript
|
```vue
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { Tabs, Tab } from 'flowbite-vue'
|
import { Tabs, Tab } from 'flowbite-vue'
|
||||||
|
|||||||
Reference in New Issue
Block a user