NotificationList.vue make default not a function

This commit is contained in:
Ulf Gebhardt 2021-04-24 12:38:46 +02:00
parent 26387a172f
commit 7e165a9b2b
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -20,7 +20,7 @@ export default {
props: {
notifications: {
type: Array,
default: () => [],
default: [],
},
},
methods: {