How to remove this div? from the vue component template

I need to remove this layer of div. How can I do that?
if you delete it now, you will report an error.
this is the component recursively generates the elementUI menu.
the style of the elementUI framework cannot take effect because of this layer of div,. No, no, no. Because that style uses the > symbol, look for direct children.

clipboard.png

div

clipboard.png


functional components of vue support returning arrays without the need for root element wrapping.

  

I also ran into your problem. How to solve it? share it

.
Menu