Update docs/components/tabs.md

This commit is contained in:
Ilya Artamonov
2023-06-04 12:46:16 +03:00
committed by GitHub
parent 7a7fabd9f8
commit c51253addb

View File

@@ -130,7 +130,7 @@ defineProps({
## 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
<script setup>
import { ref } from 'vue'