/*
 * @Author: wfl
 * @LastEditors: wfl
 * @description:
 * @updateInfo:
 * @Date: 2022-09-01 17:00:29
 * @LastEditTime: 2022-09-01 17:30:33
 */
import { ikVue } from 'iking-utils';
import uploadImg from './src/UploadImg.vue';

export const UploadImg = ikVue.withInstall(uploadImg);
