[Vuejs]-Error : You may have an infinite update loop in a component render function

0๐Ÿ‘

โœ…

I have found alternative component vue-js-toggle-button which accepts the direct value instead of binding it to data variable. my requirement is achieved with vue-js-toggle-button.

With more studies about Vuejs, if any one has similar requirement then this can be achieved by creating new component for row element and maintaining statues of each row inside the each row component. If need more details let me know, I am happy to post some code sample.

Thanks

Leave a comment