timecode-input
v0.1.6
Published
timecode input
Downloads
3
Readme
vue 版本 timecode-input
Use
import TimeCodeInput from 'timecode-input'
Vue.use(TimeCodeInput)
prop
- value: 当前值(hh:mm:ss:ff)string default: ''
- size: 尺寸 参考element ui string default: 'small'
- prefixIcon: 前缀图标 string default: ''
- readonly: 是否只读 boolean default: false
- change: 值改变时触发 function default: () => {}