Updated in Files and Archiving
This commit is contained in:
@@ -10,6 +10,7 @@ const props = defineProps({
|
||||
})
|
||||
const dataStore = useDataStore()
|
||||
|
||||
const emit = defineEmits(["updateNeeded"])
|
||||
|
||||
</script>
|
||||
|
||||
@@ -21,6 +22,7 @@ const dataStore = useDataStore()
|
||||
:key="item.id"
|
||||
@clicked="(info) => $emit('selectDocument', info)"
|
||||
:return-emit="returnDocumentId"
|
||||
@updatedNeeded="emit('updatedNeeded')"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user