From 6e9f6a8ef41bf3053be778cc350f3b42b2cc825a Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 14 Oct 2024 10:20:49 +0200 Subject: [PATCH] docs(accordion): add alert about multiple and v-model Resolves #2372 --- docs/content/3.components/accordion.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/3.components/accordion.md b/docs/content/3.components/accordion.md index d34d518e..93574abb 100644 --- a/docs/content/3.components/accordion.md +++ b/docs/content/3.components/accordion.md @@ -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.