[Vuejs]-How to make a tree structure with v-for using parentid and order

0👍

if you want full control over your tree view try this: https://v2.vuejs.org/v2/examples/tree-view.html

if not then you can use any plugins which are easier to use than above method: https://www.npmjs.com/package/vue-tree-list

Leave a comment