Skip to content

Latest commit

 

History

History
99 lines (68 loc) · 3.45 KB

README.md

File metadata and controls

99 lines (68 loc) · 3.45 KB



v-region



v-region

A simple region selector for Vue2, provide Chinese administrative division data






Demo、Document、Changelog

Explorer on



Vue plugin series

Plugin Status Description
v-page npm version A simple pagination bar, including length Menu, i18n support
v-dialogs npm version A simple and powerful dialog, including Modal, Alert, Mask and Toast modes
v-tablegrid npm version A simpler to use and practical datatable
v-uploader npm version A Vue2 plugin to make files upload simple and easier,
you can drag files or select file in dialog to upload
v-ztree npm version A simple tree for Vue2, support single or multiple(check) select tree,
and support server side data
v-gallery npm version A Vue2 plugin make browsing images in gallery
v-region npm version A simple region selector, provide Chinese administrative division data



Plugin preview

form element mode

base

dropdown selector mode

ui



Install

npm install v-region --save

Include plugin in your main.js file.

import Vue from 'vue'
import vRegion from 'v-region';
Vue.use(vRegion);

Deploy on your component(base mode)

template code

<template>
    <v-region @values="regionChange" class="form-control"></v-region>
</template>

script code

export default {
    methods:{
        //receive selected region data
        regionChange(data){
            console.log(data);
        }
    }
};



Stargazers over time

Stargazers over time

Data Source

region data come from repo: mumuy/data_location