Fix typo
parent
4ea5670058
commit
8c1e991498
|
@ -81,7 +81,7 @@ myUploader(event) {
|
|||
<h5>Empty Template</h5>
|
||||
<p>When there is no file selected, you may use the empty slot to display content.</p>
|
||||
<pre v-code><code>
|
||||
<FileUpload name="demo[]" url="./upload" />
|
||||
<FileUpload name="demo[]" url="./upload">
|
||||
<template #empty>
|
||||
<p>Drag and drop files to here to upload.</p>
|
||||
</template>
|
||||
|
@ -403,7 +403,7 @@ export default {
|
|||
toast.add({severity: 'info', summary: 'Success', detail: 'File Uploaded', life: 3000});
|
||||
}
|
||||
|
||||
return { onUpload };
|
||||
return { onUpload };
|
||||
}
|
||||
}
|
||||
<\\/script>
|
||||
|
@ -413,4 +413,4 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue