Powered By Jiajian Chan

A flexible, highly available district selector for picking provinces, cities and districts of China.

# V - Distpicker Here is [documents](http://distpicker.pigjian.com/) ## Installation ```javascript npm install v-distpicker --save ``` Or ```javascript yarn add v-distpicker --save ``` ## Usage **Register component** Registe global component: ```javascript import Distpicker from 'v-distpicker' Vue.component('v-distpicker', Distpicker) ``` Registe component: ```javascript import VDistpicker from 'v-distpicker' export default { components: { VDistpicker } } ``` **How to use** Basic: ```javascript ``` Default Value: ```javascript ``` Mobile: ```javascript ``` ## Contributors - [Jiajian Chan](http://github.com/jcc) ## Thanks - [Distpicker](https://github.com/fengyuanchen/distpicker) ## License The plugin is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).