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 ceb0246 commit 819a645Copy full SHA for 819a645
README.md
@@ -332,6 +332,11 @@ export default {
332
|:-----------:|:----------------------------------------:|:------:|:-------:|
333
| `addressShow` | `[Boolean]`whether show the AddressPicker | Yes | / |
334
335
+*closeOnClickModal* `[Boolean]`
336
+
337
+| prop name | description |required| default |
338
+|:-----------:|:----------------------------------------:|:------:|:-------:|
339
+| `closeOnClickModal` | `[Boolean]`whether close AddressPicker by clicking the mask modal | No | false |
340
341
#### emit events
342
* `ok ` when you click the sure button,the AddressPicker will close and return the address data as the event param.
0 commit comments