vue wheel scroll datepikcer:移动日期选择器(如ios滚动) 源码
不要在您的生产环境中使用此!!! 该项目不再更新,请改用 vue deatePicker用于移动组件 ###构建设置 # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build 道具配置 valueStr: { type: String, default: '' }, visible: { type: Boolean, default: false, required: true }, options: { type: Object } valueStr :初始化日期值,如2017-3-7 14:50 visible :不使用vuex,因此您需要自己可见的控件选择器 selectDay :回调函数 #
文件列表
vue-wheel-scroll-datepikcer-master.zip
(预估有个25文件)
vue-wheel-scroll-datepikcer-master
index.html
2KB
.eslintrc.js
608B
src
view
pickerMobile
mobilePickerDemo.vue
3KB
main.js
149B
components
footer
暂无评论