# uni-trade **Repository Path**: keirancode/uni-trade ## Basic Information - **Project Name**: uni-trade - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-02 - **Last Updated**: 2025-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 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 ```