1.0.16 • Published 4 years ago
zone-area v1.0.16
zone-area
显示省市区名称
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
use
<el-zone-area></el-zone-area>
props
hideProvince: false, //隐藏省份
hideCity: false, //隐藏城市
province: '', // 省编码
city: '', // 城市编码
region: '', // 区编码
For detailed explanation on how things work, consult the docs for vue-loader.