JewelryMall/admin/node_modules/element-plus/lib/components/switch/index.js
2026-02-14 19:29:15 +08:00

16 lines
525 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var switch_vue_vue_type_script_setup_true_lang = require('./src/switch.vue2.js');
var _switch = require('./src/switch.js');
var install = require('../../utils/vue/install.js');
const ElSwitch = install.withInstall(switch_vue_vue_type_script_setup_true_lang.default);
exports.switchEmits = _switch.switchEmits;
exports.switchProps = _switch.switchProps;
exports.ElSwitch = ElSwitch;
exports.default = ElSwitch;
//# sourceMappingURL=index.js.map