Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Seção colapsável com animação de altura, comportamento responsivo e controle programático.
<Expandable title="Formas de pagamento" :expand="false" :height="53"> <ul> <li>PIX</li> <li>Cartão de crédito</li> <li>Boleto</li> </ul> </Expandable>
title
String
height
Number
53
expand
Boolean
false
true
ref
open()
close()
reverse()
<Expandable ref="menu" title="Menu">...</Expandable> <!-- Em algum método --> this.$refs.menu.open()
Was this page helpful?