Open
Description
Describe the issue
In the vue js code base there are places where we used set interval or set timeout, we want to replace them with vue lifecycle hooks which would reduce the load on browsers for end users.
Expected Behavior
The usage of set timeout and set interval should be minimized in the vue files.
Is the faced issue/bug related to the Vue simulator?
Yes
Additional Context
Please make sure to test the functions you change in every possible way so that no functionalities are broken.
Are you working on this issue?
No