All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.src.mui.components.PictureUpload.index.ts Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
/**
 * @name: 图片上传组件入口
 * @author: itmobai
 * @date: 2023-03-17 17:25
 * @description:index
 * @update: 2023-03-17 17:25
 */
import PictureUpload from "./PictureUpload.vue"
import Vue from "vue";

// @ts-ignore
PictureUpload.install = (vue: Vue) => {
  Vue.component(PictureUpload.name, PictureUpload);
}

export default PictureUpload;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy