vant/packages/vant-area-data
neverland 816a7cbdfb
feat(cli): bump vite v4 (#11414)
* feat(cli): bump vite v4

* chore: bump vite plugin
2022-12-24 15:47:15 +08:00
..
2022-06-26 22:22:21 +08:00
2022-12-24 15:47:15 +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 帮助我们更新。