index.ts 200 B

12345678
  1. import { withInstall } from '@element-plus/utils'
  2. import Teleport from './src/teleport.vue'
  3. export const ElTeleport = withInstall(Teleport)
  4. export default ElTeleport
  5. export * from './src/teleport'