Skip to content

k186/vue-wheel-scroll-datepikcer

Repository files navigation

do no use this in your production environment!!!

this project is no longer updated ,please use this instead

vue deatePicker for mobile component

###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