src/components/pda-media-upload/pda-media-upload.vue
@@ -93,11 +93,9 @@ const uploading = ref(false); const uploadProgress = ref(0); // 监听上传状态,发出事件 const watchUploading = val => { emit("uploading", val); }; // 监听进度,发出事件 const watchProgress = val => { emit("progress", val); }; @@ -393,4 +391,3 @@ font-size: 13px; } </style>