Skip to content

Commit

Permalink
Fikset nedlastingbug for FileIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
karleinarb committed Feb 9, 2022
1 parent 8d4c280 commit 0e237bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/uploader/FileIcon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<img :src="icon" style="width: 100%" />
<img :src="icon" style="width: 100%" @click="$emit('click')" />
</template>

<script>
Expand Down

0 comments on commit 0e237bf

Please sign in to comment.