vant/packages/vant-area-data
neverland e6a0694807
refactor(cli): rewrite release command (#12133)
* refactor(cli): rewrite release command

* fix: duplicated build

* fix: no git check

* feat: rollback version

* chore: release config

* chore: add release config
2023-07-30 10:43:26 +08:00
..
2022-06-26 22:22:21 +08:00

Vant China Area Data

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

安装

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

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

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

使用

在 Vant 的 Area 组件中使用时,直接引用 areaList 对象即可:

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

在 Vant 的 Cascader 组件中使用时,请使用 useCascaderAreaData 方法:

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

const cascaderAreaData = useCascaderAreaData();

数据更新

中国的行政区划每年都会有变动,如果发现省市区数据未及时更新,欢迎提 Pull Request 帮助我们更新。你可以在「国家统计局 - 全国区划代码」「民政部 - 行政区划代码」上查询到最新数据,请根据官方数据进行核实。