docs(components): [cascader] add preview slot

This commit is contained in:
Kitano
2025-01-13 18:10:04 +08:00
parent 9bea9a4ddd
commit 1a40ca13ea

View File

@@ -179,6 +179,7 @@ cascader/panel
| ------- | ---------------------------------------------------------------------------------------------- | ----------------------------------- |
| default | the custom content of cascader node, which are current Node object and node data respectively. | ^[object]`{ node: any, data: any }` |
| empty | content when there is no matched options. | — |
| prefix | content as Input prefix | — |
### Cascader Exposes