[Vuejs]-SetTimeout not working on vue.js application

0๐Ÿ‘

โœ…

I solved it like this:

window.addEventListener('load', this.brake);

Now it works correctly at the end of the page load.

Leave a comment