|
|
|
@ -4,9 +4,13 @@
|
|
|
|
|
|
|
|
|
|
| Property | Description | Type | Default | |
|
|
|
|
| -------- | ----------- | ---- | ------- | |
|
|
|
|
| activeKey | Key of the active panel | string\[]\|string | No default value. In `accordion` mode, it's the key of the first panel. | |
|
|
|
|
| activeKey(v-model) | Key of the active panel | string\[]\|string | No default value. In `accordion` mode, it's the key of the first panel. | |
|
|
|
|
| defaultActiveKey | Key of the initial active panel | string | - | |
|
|
|
|
| change | Callback function executed when active panel is changed | Function | - | |
|
|
|
|
|
|
|
|
|
### events |
|
|
|
|
| Events Name | Description | Arguments | |
|
|
|
|
| --- | --- | --- | |
|
|
|
|
| change | Callback function executed when active panel is changed | function(key) | |
|
|
|
|
|
|
|
|
|
### Collapse.Panel |
|
|
|
|
|
|
|
|
|