mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Image from './src/image.vue'
|
|
|
|
export const ElImage = withInstall(Image)
|
|
export default ElImage
|
|
|
|
export * from './src/image'
|