2022-02-11 11:03:15 +08:00
|
|
|
import { withInstall } from '@element-plus/utils'
|
2021-11-03 17:42:05 +08:00
|
|
|
import Teleport from './src/teleport.vue'
|
|
|
|
|
|
|
|
export const ElTeleport = withInstall(Teleport)
|
|
|
|
|
|
|
|
export default ElTeleport
|
|
|
|
|
|
|
|
export * from './src/teleport'
|