You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
573 B
29 lines
573 B
2 years ago
|
# hd-area
|
||
|
|
||
|
Area 省市区选择
|
||
|
|
||
|
## Props
|
||
|
|
||
|
<!-- @vuese:hd-area:props:start -->
|
||
|
|Name|Description|Type|Required|Default|
|
||
|
|---|---|---|---|---|
|
||
|
|areaData|省市区数据|`Object`|`false`|-|
|
||
|
|area|当前选中的省市区|`Array`|`false`|[]|
|
||
|
|id|组件唯一标识|`String`|`false`|-|
|
||
|
|
||
|
|
||
|
<!-- @vuese:hd-area:props:end -->
|
||
|
|
||
|
|
||
|
## Events
|
||
|
|
||
|
<!-- @vuese:hd-area:events:start -->
|
||
|
|Event Name|Description|Parameters|
|
||
|
|---|---|---|
|
||
|
|close|地区选择器关闭时触发|-|
|
||
|
|confirm|地址选择完成后触发|value: 当前选中的省市区 Ucn[]|
|
||
|
|
||
|
<!-- @vuese:hd-area:events:end -->
|
||
|
|
||
|
|