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

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

There is a newer version: 2.0.4
Show newest version
/**
 * @name: 附件上传组件入口
 * @author: itmobai
 * @date: 2023-03-21 17:06
 * @description:附件上传组件入口
 * @update: 2023-03-21 17:06
 */
import FileUpload from "./FileUpload.vue"
import Vue from "vue";

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

export default FileUpload;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy