Better initial component values
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user