test(Cascader): add test cases

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent f71a1da8a7
commit 5452701c47
4 changed files with 131 additions and 1 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export default {
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| title | Title | _string_ | - |
| value | Values of selected options | _string \| number_ | - |
| value | Value of selected option | _string \| number_ | - |
| options | Options | _Option[]_ | `[]` |
| placeholder | Placeholder of unselected tab | _string_ | `Select` |
| active-color | Active color | _string_ | `#ee0a24` |