[Vuejs]-Vue conditional css does not always trigger

0👍

I solve the problem. The issue was that the graph was processing too much data and the render just stopped working. That’s why when I triggered the loader with the button (with no graph being processed) it was okay.

What I have done is to add a conditional class that modify the z-index of the loader and just put it above everything during the graph rendering.

👤ste

Leave a comment