feat: add @vant/area-data package (#8490)

This commit is contained in:
neverland
2021-04-09 14:53:21 +08:00
committed by GitHub
parent 471fabb810
commit 3451fe747b
4 changed files with 3855 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Vant Area Data
省市区数据,适用于 Vant Area 组件。
## 安装
#### NPM
```shell
npm i @vant/area-data -D
```
#### YARN
```shell
yarn add @vant/area-data --dev
```
## 使用
```ts
import { areaList } from '@vant/area-data';
```