vue樹形菜單的製作

父組件:treeTest.vue:   <template> <div> <div> <tree-children v-for="(item, index) in treeData" :key="index" :tree="item" ></tree-children> </div> </div> </template> <script> import TreeChildren from '~/c
相關文章
相關標籤/搜索