Package Exports
- address-choose-jiaan
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (address-choose-jiaan) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
address-choose-jiaan
选择地址三级联动,省市区
#调用方法
npm i address-choose-jiaan
import {AddressChooseJiaan} from 'address-choose-jiaan'
<address-choose-jiaan :provinceId="省份ID" :countryId="市区ID" :cityId="区域ID" @handleCancel="取消按钮触发方法" @handleSubmit="确认按钮触发方法"
#handleSubmit 回调中参数 province-省份ID country-城市ID city-区域ID value-选择后的中文名称