New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

my-vant

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-vant

基于vant@2.10.3 集成vant功能并优化其中的一些组件

latest
npmnpm
Version
2.10.3-0
Version published
Maintainers
1
Created
Source

logo

my-Vant

基于vant@2.10.3 集成vant功能并优化其中的一些组件

🔥 文档网站     💡 国内镜像文档     🇨🇳 中文版介绍     🚀 小程序版

特征(Features)

  • 使用方式与vant一致,只需在vant标签前加 my- 即可
  • 优化 pull-refresh下拉刷新组件 与其他滑动组件冲突问题
  • shadeNode:Array(需要避免其他滑动元素的dom节点)

Install

# Using npm
npm i my-vant -S

Quickstart

import Vue from 'vue';
import myVant,{...} from 'my-vant';
import 'my-vant/lib/index.css';

Vue.use(myVant);

预览(Preview)

扫码查看vant的官方演示地址:

LICENSE

MIT

Keywords

ui

FAQs

Package last updated on 03 Nov 2020

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