UNPKG

create-iking-admin

Version:

金合技术中台脚手架

13 lines (11 loc) 295 B
/* * @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);