完全跑通1.0版本
This commit is contained in:
9
frontend/node_modules/element-plus/es/components/switch/index.mjs
generated
vendored
Normal file
9
frontend/node_modules/element-plus/es/components/switch/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { withInstall } from "../../utils/vue/install.mjs";
|
||||
import { switchEmits, switchProps } from "./src/switch.mjs";
|
||||
import switch_default from "./src/switch2.mjs";
|
||||
//#region ../../packages/components/switch/index.ts
|
||||
const ElSwitch = withInstall(switch_default);
|
||||
//#endregion
|
||||
export { ElSwitch, ElSwitch as default, switchEmits, switchProps };
|
||||
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user