address-mangement
v1.1.8
Published
```bash npm install --save address-mangement ```
Downloads
2
Readme
install
npm install --save address-mangement
dev
npm run dev
build
npm run build
demo
./example/index.html
usage
props
| 名称 | 类型 | 默认 | 说明 | | ----------------| ---------------- | ---------------| ------------------------------------------| | display-address | Boolean | false | 显示地址组件 | | address-list | Array | [] | 地址列表 |
methods
| 名称 | 说明 | | ----------------| ------------------------------------------| | on_display_change | 监听组件关闭, 参数(status) | | chose_address | 选取地址,参数(address,index) | | save_address | 保存地址事件, 参数( type,address,index ) | | get_default | 选择地址事件, 参数( address ) | | remove_address | 删除地址事件, 参数( address ) |