Merge branch 'phatt' into development

This commit is contained in:
puri-ph4tt 2023-12-06 09:18:21 +07:00
commit e6b5be0732

View file

@ -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('/')