feat(AddressList): refactor style & add new prop default-tag-text (#5106)

This commit is contained in:
rex
2019-11-26 11:57:26 +08:00
committed by neverland
parent 9b01cac23f
commit a6a431e8c7
9 changed files with 123 additions and 59 deletions
+2
View File
@@ -77,6 +77,7 @@ export default {
| disabled-text | Disabled text | *string* | - | - |
| switchable | Whether to allow switch address | *boolean* | `true` | - |
| add-button-text | Add button text | *string* | `Add new address` | - |
| default-tag-text | Default tag text | *string* | - | - |
### Events
@@ -97,6 +98,7 @@ export default {
| name | Name | *string* |
| tel | Phone | *string \| number* |
| address | Address | *string* |
| isDefault | Is default address | *boolean* |
### Slots