Answer the question
In order to leave comments, you need to log in
Object not working?
I do not know how to describe this question correctly knowledge is not enough.
There is a 'vued3tree' component in general, such an object gets into it
tree1: {
name: "father",
children: [
{
name: "son1",
children: [{ name: "grandson" }, { name: "grandson2" }],
},
{
name: "son2",
children: [{ name: "grandson3" }, { name: "grandson4" }],
},
],
}
this.test = this.tree1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question