2
This commit is contained in:
8
normal-admin/node_modules/element-plus/es/components/switch/index.mjs
generated
vendored
Normal file
8
normal-admin/node_modules/element-plus/es/components/switch/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import Switch from './src/switch.mjs';
|
||||
export { switchEmits, switchProps } from './src/switch2.mjs';
|
||||
import { withInstall } from '../../utils/vue/install.mjs';
|
||||
|
||||
const ElSwitch = withInstall(Switch);
|
||||
|
||||
export { ElSwitch, ElSwitch as default };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user