chore: clean up unuse
This commit is contained in:
parent
f2303bee8b
commit
eb0178c87d
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ import { useFileInfoStore } from '@/stores/file-info-data'
|
|||
import FileIcon from '@/components/FileIcon.vue'
|
||||
|
||||
const { isFilePreview, fileInfo } = storeToRefs(useFileInfoStore())
|
||||
const { getType, getFormatDate, getSize, getFileNameFormat } =
|
||||
useFileInfoStore()
|
||||
const { getType, getFormatDate, getSize } = useFileInfoStore()
|
||||
|
||||
async function downloadSubmit(path: any) {
|
||||
const [cabinet, drawer, folder, file] = path.split('/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue