vant/packages/vant-area-data
neverland 65fdb2155b
chore: bump all deps (#11007)
* chore: bump all deps

* chore: fix type

* chore: fix withInstall type
2022-09-04 14:24:59 +08:00
..
2022-06-26 22:22:21 +08:00
2022-09-04 14:24:59 +08:00

Vant Area Data

中国省市区数据,适用于 Vant Area 组件。

安装

# 通过 npm
npm i @vant/area-data

# 通过 yarn
yarn add @vant/area-data

# 通过 pnpm
pnpm add @vant/area-data

使用

import { areaList } from '@vant/area-data';

数据更新

中国的行政区划每年都会有变动,如果发现省市区数据未及时更新,欢迎提 Pull Request 帮助我们更新。