We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819a645 commit 53366d2Copy full SHA for 53366d2
ChineaseREADME.md
@@ -327,6 +327,11 @@ export default {
327
|:-----------:|:----------------------------------------:|:------:|:-------:|
328
| `addressShow` | `[Boolean]`是否显示AddressPicker | Yes | / |
329
330
+*closeOnClickModal* `[Boolean]`
331
+
332
+| prop name | description |required| default |
333
+|:-----------:|:----------------------------------------:|:------:|:-------:|
334
+| `closeOnClickModal` | `[Boolean]`是否通过点击遮罩层来关闭AddressPicker | No | false |
335
336
#### emit events
337
* `ok ` 点击确认按钮的自定义事件,AddressPicker会返回用户当前选择的省市区信息,在自定义事件里传参即可获取
0 commit comments