// todo: export default () => { const localFilesState = reactive([]) const attachments = ref([]) const uploadFile = () => {} return { uploadFile, localFilesState, attachments } }