changing selected property to true on item nb4 on project object
This commit is contained in:
@@ -23,13 +23,13 @@ const items = ref([
|
||||
bg_image : "url('https://picsum.photos/id/23/200/300')"
|
||||
},
|
||||
{ id:3,
|
||||
selected : true,
|
||||
selected : false,
|
||||
name : "Memory",
|
||||
bg_image : "url('https://picsum.photos/id/23/200/300')"
|
||||
},
|
||||
|
||||
{ id:4,
|
||||
selected : false,
|
||||
selected : true,
|
||||
name : "A backend for an artist",
|
||||
bg_image : "url('https://picsum.photos/id/23/200/300')"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user