0.2.4 • Published 6 years ago

vue-pc-timepicker v0.2.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

vue-pc-timepicker

安装(Install)

npm install vue-pc-timepicker -save

导入(Import)

*.js

import timePicker from 'vue-pc-timepicker'

可全局注册使用

Vue.use(timePicker);

标签(Target)

*vue

<timePicker :options="timePickerOptions"></timePicker>

demo

 let timePickerOptions = {
    time: '2:00', // 默认显示的时间
    success: (val) => {
       console.log(val); // val是返回的时间
    }
 }

功能(Api)

OptionsTypeDescriptionDefaultResult
successfunction时间弹窗消失后执行undefined返回时间为00:00格式
timestring默认显示时间00:00
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago