mz-swiper
v1.0.4
Published
mz-swiper
Downloads
7
Readme
介绍
特性
- 全面对标 swiper,并实现全端兼容
- 兼容多端,小程序也可实现 3D 轮播效果
- 可自定义 3D 效果
- 多种示例可供参考
安装
npm 方式
npm i mz-swiper
// pages.json
{
"easycom": {
"autoscan": true,
"custom": {
"^z-(.*)": "mz-swiper/src/zebra-swiper/components/z-$1/z-$1.vue"
}
},
"pages": [...],
"globalStyle": {...}
}