mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): update import path for filePreview type in FilePreviewView component
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import getFileSize from '~/lib/getFileSize'
|
import getFileSize from '~/lib/getFileSize'
|
||||||
import type { filePreview } from './FileIcon.vue'
|
import type { filePreview } from './FileIcon/Index.vue'
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
value: File | filePreview
|
value: File | filePreview
|
||||||
}>()
|
}>()
|
||||||
|
|||||||
Reference in New Issue
Block a user