diff --git a/Dkl-vue3-ui-DP/src/components/ImageUpload/index.vue b/Dkl-vue3-ui-DP/src/components/ImageUpload/index.vue new file mode 100644 index 0000000..4d19693 --- /dev/null +++ b/Dkl-vue3-ui-DP/src/components/ImageUpload/index.vue @@ -0,0 +1,216 @@ + + + + + + + + 请上传 + + 大小不超过 {{ fileSize }}MB + + + 格式为 {{ fileType.join("/") }} + + 的文件 + + + + + + + + + + + \ No newline at end of file