dabeng/vue-orgchart

Virtual DOM mismatching

dzarezenko opened this issue · 2 comments

When I tested default configuration of this component (without changes) I have received Vue warning:

screen shot 2019-03-05 at 13 08 06

Looks like some problems with tables you used for chart nodes creation.

Thank you for your help!

Hi @dzarezenko , could you tell me what's your testing tool or testing environment ?

Hi @dabeng , looks like you misunderstood me, I mean tested - simply installed package and tried to run it. I received this error in chrome browser.

BTW, I am working on Nuxt.js project, but Vue.js components should work in Nuxt.js without changes.