Update image-viewer.vue

This commit is contained in:
syuilo 2020-09-12 12:59:13 +09:00
parent 7268e29b59
commit 7d994ee1b1
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
<script lang="ts">
import { defineComponent } from 'vue';
import * as os from '@/os';
import bytes from '@/filters/bytes';
export default defineComponent({
emits: ['done'],
props: {
image: {
type: Object,