vue-wheel-scroll-datepikcer icon indicating copy to clipboard operation
vue-wheel-scroll-datepikcer copied to clipboard

mobile date picker like ios scroll

do no use this in your production environment!!!

this project is no longer updated ,please use this instead

vue deatePicker for mobile component

demo

###Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

props config

  valueStr: {
    type: String,
    default: ''
  },
  visible: {
    type: Boolean,
    default: false,
    required: true
  },
  options: {
    type: Object
  }

valueStr: the init date value like 2017-3-7 14:50

visible: without use vuex ,so you need control picker visible by yourself

selectDay:callback function

#example