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.

19 lines
660 B

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
require('./src/select.js');
var token = require('./src/token.js');
var select_vue_vue_type_script_lang = require('./src/select.vue_vue_type_script_lang.js');
select_vue_vue_type_script_lang["default"].install = (app) => {
app.component(select_vue_vue_type_script_lang["default"].name, select_vue_vue_type_script_lang["default"]);
};
const _Select = select_vue_vue_type_script_lang["default"];
const ElSelectV2 = _Select;
exports.selectV2InjectionKey = token.selectV2InjectionKey;
exports.ElSelectV2 = ElSelectV2;
exports["default"] = _Select;
//# sourceMappingURL=index.js.map