Update admin/src/components/Overlay.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-02-15 14:06:21 +01:00 committed by GitHub
parent 97fc1f0f30
commit c1b2e4334e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@
export default {
name: 'overlay',
props: {
items: { type: Object, required: true },
item: { type: Object, required: true },
},
}
</script>