feat(Accordion): add body slot to solve animation flick

This commit is contained in:
Benjamin Canac
2024-09-04 17:50:38 +02:00
parent d63ab0892e
commit 85d172339f
11 changed files with 301 additions and 156 deletions

View File

@@ -209,7 +209,7 @@ Use the `#content` slot to customize the content of each item.
### With custom slot
Use the `slot` property instead of the `#content` slot to customize a specific item.
Use the `slot` property to customize a specific item.
:component-example{name="tabs-custom-slot-example"}