mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-10-30 03:02:07 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			431 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			431 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Vant Area Data
 | |
| 
 | |
| 中国省市区数据,适用于 Vant Area 组件。
 | |
| 
 | |
| ## 安装
 | |
| 
 | |
| ```shell
 | |
| # 通过 npm
 | |
| npm i @vant/area-data
 | |
| 
 | |
| # 通过 yarn
 | |
| yarn add @vant/area-data
 | |
| 
 | |
| # 通过 pnpm
 | |
| pnpm add @vant/area-data
 | |
| ```
 | |
| 
 | |
| ## 使用
 | |
| 
 | |
| ```ts
 | |
| import { areaList } from '@vant/area-data';
 | |
| ```
 | |
| 
 | |
| ## 数据更新
 | |
| 
 | |
| 中国的行政区划每年都会有变动,如果发现省市区数据未及时更新,欢迎提 Pull Request 帮助我们更新。
 |