1
0
Fork 0
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.
 
 
 
会PS的小码农 ca9092242c
重新编译
4 years ago
build 重新编译 4 years ago
dist 重新编译 4 years ago
docs 合并选择器和地址解析 4 years ago
examples 合并选择器和地址解析 4 years ago
scripts 合并选择器和地址解析 4 years ago
src 合并选择器和地址解析 4 years ago
.babelrc 合并选择器和地址解析 4 years ago
.editorconfig 合并选择器和地址解析 4 years ago
.editorconfig copy 合并选择器和地址解析 4 years ago
.eslintignore 合并选择器和地址解析 4 years ago
.eslintrc.json 合并选择器和地址解析 4 years ago
.gitignore 合并选择器和地址解析 4 years ago
LICENSE 合并选择器和地址解析 4 years ago
README.md 合并选择器和地址解析 4 years ago
index.d.ts 合并选择器和地址解析 4 years ago
index.js 合并选择器和地址解析 4 years ago
package-lock.json1 合并选择器和地址解析 4 years ago
package.json 重新编译 4 years ago
yarn.lock 合并选择器和地址解析 4 years ago

README.md

Powered By Jiajian Chan

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.