You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
428 B
15 lines
428 B
'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
|
|
|