mirror of https://github.com/nocodb/nocodb
braks
2 years ago
3 changed files with 0 additions and 19 deletions
@ -1,9 +0,0 @@ |
|||||||
// todo: implement useAttachment
|
|
||||||
export function useAttachment() { |
|
||||||
const localFilesState = reactive([]) |
|
||||||
const attachments = ref([]) |
|
||||||
|
|
||||||
const uploadFile = () => {} |
|
||||||
|
|
||||||
return { uploadFile, localFilesState, attachments } |
|
||||||
} |
|
Loading…
Reference in new issue