A flexible, highly available district selector for picking provinces, cities and districts of China.
npm install v-distpicker
A flexible, highly available district selector for picking provinces, cities and districts of China.
[English] | 简体中文
``javascript`
npm install v-distpicker --save
Or
`javascript`
yarn add v-distpicker --save
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``
jcc | lyh2668 | wwhwwhwwh | kent666a | Milogenius |
xu8117 | tcsiye | iyangsheng | liushuai05 | Aufree |
The plugin is open-sourced software licensed under the MIT license.