feat: add upload component

This commit is contained in:
xingyu
2022-12-06 23:45:35 +08:00
parent ba6a2957fc
commit 731e49d7b6
8 changed files with 234 additions and 43 deletions

View File

@@ -1,3 +1,4 @@
import UploadImg from './src/UploadImg.vue'
import UploadFile from './src/UploadFile.vue'
export { UploadImg }
export { UploadImg, UploadFile }