Better initial component values

This commit is contained in:
2019-04-03 17:50:15 +02:00
parent ec4cad5e5b
commit 977a9e2640

View File

@@ -53,7 +53,7 @@ Vue.component('attract-app', {
projectId: String, projectId: String,
selectedIds: { selectedIds: {
type: Array, type: Array,
default: [] default: () => {return []}
}, },
contextType: { contextType: {
type: String, type: String,