first
This commit is contained in:
8
packages/time-select/index.js
Normal file
8
packages/time-select/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import TimeSelect from '../date-picker/src/picker/time-select';
|
||||
|
||||
/* istanbul ignore next */
|
||||
TimeSelect.install = function(Vue) {
|
||||
Vue.component(TimeSelect.name, TimeSelect);
|
||||
};
|
||||
|
||||
export default TimeSelect;
|
Reference in New Issue
Block a user