🐛 fix: bugs fixed
This commit is contained in:
parent
072aa34050
commit
717c5f8e6e
|
@ -6,7 +6,7 @@ import VButton from '../button/VButton.vue';
|
|||
import VButtonGroup from '../button/VButtonGroup.vue';
|
||||
import VFile from './VFile.vue';
|
||||
import VMessage from '../message/VMessage.vue';
|
||||
import VScrollpanel from '../scrollpanel/VScrollpanel.vue';
|
||||
import VScrollPanel from '../scrollpanel/VScrollPanel.vue';
|
||||
import VLabelErrorProxy from './VLabelErrorProxy.vue';
|
||||
import type IVFileUpload from './IVFileUpload.type';
|
||||
import type { FileUploadErrorEvent, FileUploadProgressEvent, FileUploadRemoveEvent, FileUploadSelectEvent, FileUploadUploadEvent } from 'primevue/fileupload';
|
||||
|
@ -242,7 +242,7 @@ const globalStatusMessage = computed<{
|
|||
:type="globalStatusMessage.type"
|
||||
:title="globalStatusMessage.title"
|
||||
/>
|
||||
<VScrollpanel height="20rem">
|
||||
<VScrollPanel height="20rem">
|
||||
<div class="file-area">
|
||||
<div v-if="slotProps.files.length > 0" class="file-non-uploaded-area">
|
||||
<VFile
|
||||
|
@ -269,7 +269,7 @@ const globalStatusMessage = computed<{
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
</VScrollpanel>
|
||||
</VScrollPanel>
|
||||
</div>
|
||||
<div v-if="!props.advanced && !hasActiveError">
|
||||
<VFile
|
||||
|
|
Loading…
Reference in New Issue
Block a user