# zone-area **Repository Path**: cmwang2020/zone-area ## Basic Information - **Project Name**: zone-area - **Description**: 显示省市区名称插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-09 - **Last Updated**: 2021-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zone-area > 显示省市区名称 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` ## use ``` bash ``` ## props ``` bash hideProvince: false, //隐藏省份 hideCity: false, //隐藏城市 province: '', // 省编码 city: '', // 城市编码 region: '', // 区编码 ``` For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).