Vuesax: Vue DevsTool shows duplicated components when using vs-select

Created on 30 Sep 2018  路  4Comments  路  Source: lusaxweb/vuesax

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:
screen shot 2018-09-30 at 15 37 02

Delete vs-select:
screen shot 2018-09-30 at 15 44 36

  • Your OS: MacOS X 10.13.6
  • Node.js version: 8.11.4
  • Vuesax version: 3.4.7
  • Browser version: Google Chrome 69.0.3497.100
  • Which package manager did you use for the install? Yarn
bug help wanted

Most helpful comment

This is a duplicate of #340 it seems.

All 4 comments

@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.

vue

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.

Was this page helpful?
0 / 5 - 0 ratings