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.
1 lines
586 B
1 lines
586 B
Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeSwitch=exports.Switch=void 0;var _core=require("@vxe-ui/core"),_dynamics=require("../dynamics"),_switch=_interopRequireDefault(require("./src/switch"));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VxeSwitch=exports.VxeSwitch=Object.assign(_switch.default,{install:function(e){e.component(_switch.default.name,_switch.default)}}),Switch=(_dynamics.dynamicApp.use(VxeSwitch),_core.VxeUI.component(_switch.default),exports.Switch=VxeSwitch),_default=exports.default=VxeSwitch;
|