vue-slide-mini
Version:
一个简单的vue轮播插件,目前有淡入淡出效果以及最常见的左右滑动效果
23 lines (22 loc) • 500 B
JSON
{
"name": "vue-slide-mini",
"version": "1.0.4",
"description": "一个简单的vue轮播插件,目前有淡入淡出效果以及最常见的左右滑动效果",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pangao66/slide.git"
},
"keywords": [
"vue",
"轮播图"
],
"author": "pangao66",
"license": "ISC"
}