📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

vant4-kit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vant4-kit

一款基于 Vant4.x 的增强组件库

1.0.3
latest
Source
npm
Version published
Weekly downloads
235
-32.28%
Maintainers
1
Weekly downloads
 
Created
Source

logo

Vant4-Kit

一款基于Vant 4.x 的增强库,旨在加速开发,早点下班

Getting Started

文档地址:vant4-kit

Installation

# npm
npm install vant4-kit --save

# yarn
yarn add vant4-kit

# pnpm
pnpm add vant4-kit

Usage

import { createApp } from 'vue';
import Vant from 'vant';
// 1. Import the Vant
import Vant4Kit from 'vant4-kit';
// 2. Import the vant4-kit
import 'vant4-kit/dist/index.css';

const app = createApp();

// 3. Register the components 
app.use(Vant);
app.use(Vant4Kit);
<template>
    <x-form ref="formRef" :model="FormValue" :items="formOptions" /> 
</template>

Keywords

vant

FAQs

Package last updated on 21 Apr 2025

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