types(Area): use tsx (#8140)

This commit is contained in:
neverland
2021-02-12 13:18:13 +08:00
committed by GitHub
parent 54be2b3c0a
commit a00f599dc2
6 changed files with 83 additions and 52 deletions
+3 -3
View File
@@ -92,9 +92,9 @@ To have a selected valuesimply pass the `code` of target area to `value` prop
Use [ref](https://v3.vuejs.org/guide/component-template-refs.html) to get Area instance and call instance methods.
| Name | Description | Attribute | Return value |
| ----- | ------------------------- | ------------- | ------------ |
| reset | Reset all options by code | code?: string | - |
| Name | Description | Attribute | Return value |
| ----- | ------------------------- | --------------- | ------------ |
| reset | Reset all options by code | _code?: string_ | - |
### areaList Data Structure