0.2.4 • Published 5 years ago

vue-pc-timepicker v0.2.4

Weekly downloads
1
License
ISC
Repository
github
Last release
5 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

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago