Skip to content

Commit

Permalink
docs: 更新描述、特性等内容
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryZ committed Mar 1, 2023
1 parent 1d60f26 commit 897e2f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center">
<div align="center" style="margin-top: 100px;margin-bottom: 100px;">
<img src="./examples/assets/v-region.png" width="400" />
</div>

Expand All @@ -13,10 +13,10 @@
简洁强大的中国行政区划选择器,可选择 “省/直辖市”、“市”、“区/县”、“乡/镇/街道” 4 级行政区域
A simple region cascade selector for vue, provide 4 levels Chinese administrative division data

如果你的项目正在使用 vue `2.x` 版本,请使用 [v-region 2.x](https://github.com/TerryZ/v-region/tree/dev-vue2) 版本

行政区划数据源更新日期:`2022年05月18日`

如果你的项目正在使用 vue `2.x` 版本,请使用 [v-region 2.x](https://github.com/TerryZ/v-region/tree/dev-vue2) 版本

## 文档与实例(Documentation and Examples)

更多的实例与文档请浏览(Explorer on)
Expand Down
16 changes: 8 additions & 8 deletions types/component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ export declare interface RegionItem {
}

export declare interface RegionModel {
/** 省份模型 */
province: RegionItem
/** 城市模型 */
city: RegionItem
/** 区域模型 */
area: RegionItem
/** 村镇模型 */
town: RegionItem
/** 省份模型 */
province: RegionItem
/** 城市模型 */
city: RegionItem
/** 区域模型 */
area: RegionItem
/** 村镇模型 */
town: RegionItem
}

/**
Expand Down

0 comments on commit 897e2f8

Please sign in to comment.