We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dee47 commit 5a333efCopy full SHA for 5a333ef
src/components/FileItem.vue
@@ -41,7 +41,7 @@ onUnmounted(() => URL.revokeObjectURL(objectUrl.value));
41
>
42
<img
43
:src="objectUrl"
44
- alt="Image preview"
+ alt="Preview"
45
class="preview"
46
width="200"
47
/>
0 commit comments