[Vuejs]-Vue dev tool display only <root>

0👍

I have found the case why i got this error. I’m using aggrid in my project. When aggrid launched in the page, i can’t see my components in vue dev tool. But in any other page it works properly.
I think aggrid lance another instance of vue. I don’t have any solution but found the case 🙂

Leave a comment