UNPKG

lixin-web

Version:

vue and bootstrap

14 lines (10 loc) 219 B
import Picker from '../picker'; import Panel from '../panel/time-select'; export default { mixins: [Picker], name: 'ElTimeSelect', beforeCreate() { this.type = 'time-select'; this.panel = Panel; } };