docs(accordion): add alert about multiple and v-model

Resolves #2372
This commit is contained in:
Benjamin Canac
2024-10-14 10:20:49 +02:00
parent dcce571cda
commit 6e9f6a8ef4

View File

@@ -190,6 +190,10 @@ props:
You can also pass the `value` of one of the items if provided.
::
::caution
When `type="multiple"`, ensure to pass an array to the `default-value` prop or the `v-model` directive.
::
### With body slot
Use the `#body` slot to customize the body of each item.