2.10.3-0 • Published 4 years ago

my-vant v2.10.3-0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

特征(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);

Links

预览(Preview)

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

LICENSE

MIT