All Projects â†’ jcc â†’ Weui Distpicker

jcc / Weui Distpicker

Licence: mit
💡A flexible, highly available district selector for picking provinces, cities and districts of China base on weui.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Powered By Jiajian Chan

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

Weui - Distpicker

Here is documents

Without Weui.js

Installation

npm install weui-distpicker --save

Or

yarn add weui-distpicker --save

Usage

Register component

Registe global component:

import WeuiDistpciker from 'weui-distpicker'

Vue.component('weui-distpicker', WeuiDistpciker)

Registe component:

import WeuiDistpciker from 'weui-distpicker'

export default {
  components: { WeuiDistpciker }
}

Simple usage

<template>
  <weui-distpciker></weui-distpicker>
</template>

<script>
import WeuiDistpciker from 'weui-distpicker'

export default {
  components: { WeuiDistpciker },
}
</script>

Please check the Documentation more

Contributors

License

The plugin is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].