You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/collapse/index.zh-CN.md

600 B

API

Collapse

参数 说明 类型 默认值
activeKey 当前激活 tab 面板的 key string[]|string 默认无accordion模式下默认第一个元素
defaultActiveKey 初始化选中面板的 key string
change 切换面板的回调 Function

Collapse.Panel

参数 说明 类型 默认值
disabled 禁用后的面板展开与否将无法通过用户交互改变 boolean false
header 面板头内容 string
key 对应 activeKey string