When I remove the vs-select, the component list goes back to normal. When I use it, and go to the view that uses vs-select, Vue DevsTool shows duplicated.
Use vs-select:

Delete vs-select:

@sangdth hi!
on print screen, i can see two instances of vuejs, $vm1 and $vm2. You use Event Bus? Why you maintain two instances?
Maybe this, i could not simulate this, all my tests have only one and dont have any code to make duplicate this.
Regards.
Hi brunokunace,
No I do not use event bus. And I do not maintain multiple instances.

The picture above is test vue app generated by Vue CLI recent version, pure Vue, nothing else. As you can see, $vm0, $vm1, $vm2 is there.
I think it is not related to my issue.
I'm having the same problem. When i remove vs-select it all gets back to normal. And the options in the vs-select are not visible. But in my case is the root node that gets duplicated, and both is related to $vm0.
This is a duplicate of #340 it seems.
Most helpful comment
This is a duplicate of #340 it seems.