0👍
That’s a recursive component:
https://v2.vuejs.org/v2/guide/components-edge-cases.html#Recursive-Components
@Component({
name: "TreeNode",
})
...
Source:stackexchange.com
0👍
That’s a recursive component:
https://v2.vuejs.org/v2/guide/components-edge-cases.html#Recursive-Components
@Component({
name: "TreeNode",
})
...