编辑 | blame | 历史 | 原始文档

基于 uni-app 实现的城市索引组件

效果图

demo1
demo2
![](./static/1.png)
![](./static/2.png)

兼容平台

小程序(其它平台没有测试)

城市数据

static/city.json

使用方法

1.引入TCity组件
javaScript import TCity from '@/components/t-city.vue'; components:{ 't-city':TCity }
2.使用TCity组件
html <t-city />