From eaa0212ea0b2cc110861069b1486d90f610ae9a9 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 23 Oct 2023 23:35:14 +0300 Subject: [PATCH] Update accordion sample for template and controlled --- doc/accordion/ControlledDoc.vue | 32 +++---- doc/accordion/TemplateDoc.vue | 142 +++++++++++++++----------------- 2 files changed, 81 insertions(+), 93 deletions(-) diff --git a/doc/accordion/ControlledDoc.vue b/doc/accordion/ControlledDoc.vue index d24a111ff..bba3d8874 100644 --- a/doc/accordion/ControlledDoc.vue +++ b/doc/accordion/ControlledDoc.vue @@ -3,10 +3,10 @@

Accordion can be controlled programmatically using a binding to activeIndex along with v-model to update the active index.

-
-
@@ -40,10 +40,10 @@ export default { active: 0, code: { basic: ` -
-
@@ -70,10 +70,10 @@ export default { options: `