Skip to content
On this page

Collapse 折叠面板

基本用法

可以展开多个面板

屠格涅夫
朱敦儒
罗曼·罗兰
展开源码

手风琴

使用手风琴模式只展开单个

屠格涅夫
朱敦儒
罗曼·罗兰
展开源码

Collapse 属性

名称说明类型默认值
active-names展开的面板的 nameaccordion 模式时不为数组string | number | Array<string | number> | nullundefined
accordion是否为手风琴模式booleanfalse

CollapseItem 属性

名称说明类型默认值
title标题string | numberundefined
name名称string | numberundefined

Collapse 事件

名称说明回调参数
update:active-namesname 值改变时触发string | number | Array<string | number> | null