You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
build | 3 years ago | |
dist | 3 years ago | |
docs | 3 years ago | |
examples | 3 years ago | |
scripts | 3 years ago | |
src | 3 years ago | |
.babelrc | 3 years ago | |
.editorconfig | 3 years ago | |
.editorconfig copy | 3 years ago | |
.eslintignore | 3 years ago | |
.eslintrc.json | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
index.d.ts | 3 years ago | |
index.js | 3 years ago | |
package-lock.json1 | 3 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
README.md
A flexible, highly available district selector for picking provinces, cities and districts of China.
V - Distpicker
Here is documents
Installation
npm install v-distpicker --save
Or
yarn add v-distpicker --save
Usage
Register component
Registe global component:
import Distpicker from 'v-distpicker'
Vue.component('v-distpicker', Distpicker)
Registe component:
import VDistpicker from 'v-distpicker'
export default {
components: { VDistpicker }
}
How to use
Basic:
<v-distpicker></v-distpicker>
Default Value:
<v-distpicker province="广东省" city="广州市" area="海珠区"></v-distpicker>
Mobile:
<v-distpicker type="mobile"></v-distpicker>
Contributors
Thanks
License
The plugin is open-sourced software licensed under the MIT license.