16 lines
428 B
JavaScript
16 lines
428 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
|
||
|
|
var timeSelect = require('./src/time-select2.js');
|
||
|
|
|
||
|
|
timeSelect["default"].install = (app) => {
|
||
|
|
app.component(timeSelect["default"].name, timeSelect["default"]);
|
||
|
|
};
|
||
|
|
const _TimeSelect = timeSelect["default"];
|
||
|
|
const ElTimeSelect = _TimeSelect;
|
||
|
|
|
||
|
|
exports.ElTimeSelect = ElTimeSelect;
|
||
|
|
exports["default"] = _TimeSelect;
|
||
|
|
//# sourceMappingURL=index.js.map
|