stdproject/frontend/node_modules/element-plus/es/components/teleport/index.mjs

9 lines
280 B
JavaScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
import Teleport from './src/teleport2.mjs';
export { teleportProps } from './src/teleport.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const ElTeleport = withInstall(Teleport);
export { ElTeleport, ElTeleport as default };
//# sourceMappingURL=index.mjs.map