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'
|
import FileIcon from '@/components/FileIcon.vue'
|
||||||
|
|
||||||
const { isFilePreview, fileInfo } = storeToRefs(useFileInfoStore())
|
const { isFilePreview, fileInfo } = storeToRefs(useFileInfoStore())
|
||||||
const { getType, getFormatDate, getSize, getFileNameFormat } =
|
const { getType, getFormatDate, getSize } = useFileInfoStore()
|
||||||
useFileInfoStore()
|
|
||||||
|
|
||||||
async function downloadSubmit(path: any) {
|
async function downloadSubmit(path: any) {
|
||||||
const [cabinet, drawer, folder, file] = path.split('/')
|
const [cabinet, drawer, folder, file] = path.split('/')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue