Socket
Socket
Sign inDemoInstall

@vant/area-data

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vant/area-data

Vant 省市区数据


Version published
Maintainers
0
Created
Source

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

# 通过 Bun
bun 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 帮助我们更新。你可以在「国家统计局 - 全国区划代码」「民政部 - 行政区划代码」上查询到最新数据,请根据官方数据进行核实。

FAQs

Package last updated on 24 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc