changing selected property to true on item nb4 on project object

This commit is contained in:
2023-12-05 09:18:31 +03:00
parent 3325eaa118
commit 780f5e86c6

View File

@@ -23,13 +23,13 @@ const items = ref([
bg_image : "url('https://picsum.photos/id/23/200/300')" bg_image : "url('https://picsum.photos/id/23/200/300')"
}, },
{ id:3, { id:3,
selected : true, selected : false,
name : "Memory", name : "Memory",
bg_image : "url('https://picsum.photos/id/23/200/300')" bg_image : "url('https://picsum.photos/id/23/200/300')"
}, },
{ id:4, { id:4,
selected : false, selected : true,
name : "A backend for an artist", name : "A backend for an artist",
bg_image : "url('https://picsum.photos/id/23/200/300')" bg_image : "url('https://picsum.photos/id/23/200/300')"
}, },