Fixed demo
parent
ec0349202d
commit
5f30e99e42
|
@ -51,7 +51,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template #empty>
|
<template #empty>
|
||||||
<div class="flex items-center justify-center flex-col">
|
<div class="flex items-center justify-center flex-col">
|
||||||
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" />
|
<i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
|
||||||
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -117,7 +117,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<template #empty>
|
<template #empty>
|
||||||
<div class="flex items-center justify-center flex-col">
|
<div class="flex items-center justify-center flex-col">
|
||||||
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" />
|
<i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
|
||||||
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -175,7 +175,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<template #empty>
|
<template #empty>
|
||||||
<div class="flex items-center justify-center flex-col">
|
<div class="flex items-center justify-center flex-col">
|
||||||
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" />
|
<i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
|
||||||
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -286,7 +286,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<template #empty>
|
<template #empty>
|
||||||
<div class="flex items-center justify-center flex-col">
|
<div class="flex items-center justify-center flex-col">
|
||||||
<i class="pi pi-cloud-upload border-2 rounded-full p-8 text-4xl text-muted-color" />
|
<i class="pi pi-cloud-upload !border-2 !rounded-full !p-8 !text-4xl !text-muted-color" />
|
||||||
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
<p class="mt-6 mb-0">Drag and drop files to here to upload.</p>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue