Vue3+elementplus sidebar menu recursively traverses submenus

The submenu originally written in the sidebar was not recursively implemented, resulting in a lot of code and more troublesome modification. So I want to change it to recursive, the code is as follows (using a plug-in that automatically imports components) NavMenu menu component <template> <!– menu (with submenus) –> <template v-for=”(item, index) in menus”> […]