Can someone help me with render a treeview in vuetify im have a response as like this in this situation im using a vuetify framework
[
{
"id": 4,
"name": "Test",
"parent_id": 0,
"image": "gVtHmE4tN18Y.png",
"children": [
{
"id": 6,
"name": "Test2",
"parent_id": 4,
"image": "XBpqGq6CinOm.png",
"parent": [
{
"id": 7,
"name": "Test3",
"parent_id": 6,
"image": "MNI3TmNXI1V5.png",
}
]
}
]
}
]
and i dont know how display this response in treeview im try to use many solutions but im dont have any result This is what i found out is if someone know how to do this it will be nice thanks for help