Doc update
parent
e5c9562a0a
commit
5f85149b6c
|
@ -37,6 +37,21 @@ import {Accordion, AccordionTab} from 'primevue/accordion';
|
||||||
Content
|
Content
|
||||||
</AccordionTab>
|
</AccordionTab>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
</CodeHighlight>
|
||||||
|
|
||||||
|
<p>Two-way binding requires the sync operator.</p>
|
||||||
|
<CodeHighlight>
|
||||||
|
<Accordion>
|
||||||
|
<AccordionTab header="Header I" :active.sync="active1">
|
||||||
|
Content
|
||||||
|
</AccordionTab>
|
||||||
|
<AccordionTab header="Header II" :active.sync="active2">
|
||||||
|
Content
|
||||||
|
</AccordionTab>
|
||||||
|
<AccordionTab header="Header III" :active.sync="active3">
|
||||||
|
Content
|
||||||
|
</AccordionTab>
|
||||||
|
</Accordion>
|
||||||
</CodeHighlight>
|
</CodeHighlight>
|
||||||
|
|
||||||
<h3>Multiple</h3>
|
<h3>Multiple</h3>
|
||||||
|
|
Loading…
Reference in New Issue