docs: improve slots sections

This commit is contained in:
Benjamin Canac
2023-06-01 15:29:02 +02:00
parent c63981e31c
commit 130a1f2c54
7 changed files with 173 additions and 8 deletions

View File

@@ -150,7 +150,7 @@ props:
## Slots
### `#label`
### `label`
You can override the `#label` slot and handle the display yourself.
@@ -177,7 +177,7 @@ const selected = ref([])
```
::
### `#default`
### `default`
You can also override the `#default` slot entirely.