naive-ui/demo/documentation/components/collapse/zhCN/index.md
2020-02-03 21:20:21 +08:00

704 B

折叠面板 Collapse

我看到它总被用在界面边栏的控制面板上。

演示

basic
accordion
nested

V-model

Prop Event
expand-names expand-names-change

Props

Collapse Props

名称 类型 默认值 介绍
expand-names Array null
accordion boolean false

Collapse Item Props

名称 类型 默认值 介绍
title string | number null
name string | number 必需

Slots

Collapse Slots

名称 参数 介绍
default ()

Collapse Item Slots

名称 参数 介绍
default ()

Event

名称 参数 介绍
expand-names (expandNames: Array<string>)