2020年6月3日
摘要: 组件文件: UploadFile.vue <template> <a-upload name="file" :disabled="uploading" :action="url" v-bind="others" :show-upload-list="false" @change="change" > 阅读全文
posted @ 2020-06-03 22:33 清清飞扬 阅读(769) 评论(0) 推荐(0) 编辑
摘要: 上传文件组件:UploadFile.jsx import React from "react"; import * as antd from "antd"; const { Upload, Button, Icon, message } = antd; class Wrapper extends R 阅读全文
posted @ 2020-06-03 17:30 清清飞扬 阅读(992) 评论(0) 推荐(0) 编辑