ReportsTable.vue make default not a function

This commit is contained in:
Ulf Gebhardt 2021-04-24 13:11:47 +02:00
parent 38a6fbbed2
commit 862d8ecb82
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -41,7 +41,7 @@ export default {
ReportRow,
},
props: {
reports: { type: Array, default: () => [] },
reports: { type: Array, default: [] },
},
}
</script>