changing selected property to true on item nb3 on project object
This commit is contained in:
@@ -13,7 +13,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
const items = ref([
|
const items = ref([
|
||||||
{ id:1,
|
{ id:1,
|
||||||
selected : true,
|
selected : false,
|
||||||
name : "Poils O pattes",
|
name : "Poils O pattes",
|
||||||
bg_image : "url('https://picsum.photos/id/20/200/300')"
|
bg_image : "url('https://picsum.photos/id/20/200/300')"
|
||||||
},
|
},
|
||||||
@@ -23,7 +23,7 @@ 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 : false,
|
selected : true,
|
||||||
name : "Memory",
|
name : "Memory",
|
||||||
bg_image : "url('https://picsum.photos/id/23/200/300')"
|
bg_image : "url('https://picsum.photos/id/23/200/300')"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user