# 基于 uni-app 实现的城市索引组件 ## 效果图 ![demo1](./static/demo1.gif) ![demo2](./static/demo2.gif) ![](./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 ```