521xueweihan / HelloGitHub

:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
https://hellogithub.com
86.1k stars 9.45k forks source link

v-region 基于 Vue2 的简洁、易用的中国行政区划选择器 #278

Closed TerryZ closed 5 years ago

TerryZ commented 5 years ago

项目推荐

template

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

script

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

form element mode

base

dropdown selector mode

ui

521xueweihan commented 5 years ago

@TerryZ 您推荐的项目,已成功收录在 HelloGitHub 第 27 期

欢迎继续推荐如此优秀的项目、告诉其他小伙伴加入到 HelloGitHub 项目中。谢谢 🙏

TerryZ commented 5 years ago

你好,我看了你们发布的 27 期的内容了,如果项目只能贴一张截图,能不能把 v-region 的截图换成贴子里的第二张啊,有劳了

TerryZ commented 5 years ago

而且显示代码的部分变成了

image

521xueweihan commented 5 years ago

@TerryZ 您好,图片已经修改。关于网站上的示例代码问题(github 项目中展示无此问题),修复后会在这里给出回复。

再次感谢您的支持。

TerryZ commented 5 years ago

感谢修改,谢谢

TerryZ commented 5 years ago

后续还会有更多个人原创插件来投稿

521xueweihan commented 5 years ago

@TerryZ 完美

521xueweihan commented 5 years ago

@TerryZ 示例代码展示已修复。 https://hellogithub.com/periodical/volume/27/#v-region

TerryZ commented 5 years ago

感谢处理,已经正常了,谢谢

TerryZ commented 5 years ago

@521xueweihan 请问申请的 Star 是否有数量限制,我新做的项目 Star 比较少,就不知道能不能申请上月报