File tree Expand file tree Collapse file tree 1 file changed +20
-18
lines changed
src/components/DsfrAccordion Expand file tree Collapse file tree 1 file changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -100,24 +100,26 @@ export const AccordeonDansUnAccordeon = (args) => ({
100100 :expanded-id="expandedId"
101101 @expand="expandedId = $event"
102102 >
103- <li>
104- <DsfrAccordion
105- :title="titleSub1"
106- :expanded-id="subExpandedId"
107- @expand="subExpandedId = $event"
108- >
109- Contenu de l’accordéon dans l’accordéon
110- </DsfrAccordion>
111- </li>
112- <li>
113- <DsfrAccordion
114- :title="titleSub2"
115- :expanded-id="subExpandedId"
116- @expand="subExpandedId = $event"
117- >
118- Contenu de l’accordéon dans l’accordéon
119- </DsfrAccordion>
120- </li>
103+ <DsfrAccordionsGroup>
104+ <li>
105+ <DsfrAccordion
106+ :title="titleSub1"
107+ :expanded-id="subExpandedId"
108+ @expand="subExpandedId = $event"
109+ >
110+ Contenu de l’accordéon dans l’accordéon
111+ </DsfrAccordion>
112+ </li>
113+ <li>
114+ <DsfrAccordion
115+ :title="titleSub2"
116+ :expanded-id="subExpandedId"
117+ @expand="subExpandedId = $event"
118+ >
119+ Contenu de l’accordéon dans l’accordéon
120+ </DsfrAccordion>
121+ </li>
122+ </DsfrAccordionsGroup>
121123 </DsfrAccordion>
122124 </li>
123125 </DsfrAccordionsGroup>
You can’t perform that action at this time.
0 commit comments