fix(FE FileUpload): name import archive
This commit is contained in:
parent
2de42b9dd6
commit
f720b2004f
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
import axios from "axios";
|
||||
import {ref, watch} from "vue";
|
||||
import {trackType} from "@/composables/content/track_type.ts";
|
||||
import {archive} from "@/composables/content/archive.js.ts";
|
||||
import {archive_page} from "@/composables/content/archive_page.ts";
|
||||
|
||||
const {items, listData, headers, selected, loading, getItems, editItem, deleteItem, uploadItem} = archive();
|
||||
const {items, listData, headers, selected, loading, getItems, editItem, deleteItem, uploadItem} = archive_page();
|
||||
const trackTypes = trackType(false);
|
||||
const selectedTrackType = ref();
|
||||
const selectedFiles = ref([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue