index.ts 182 B

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