How to wait till vuejs laoded?

Hi,

I have a problem. I can`t figure out how to wait till vuejs loaded. Maybe there is some way how to wait for specific file or specific content type loaded or smth?

Please, HELP.

Anyone?

I had similar issue with AngularJS. The WebUI.waitForAngularLoad(``30``) did not work for me; I end up usingWebUI.delay(500)

Give that a try, I think time is in millisecond. Good luck.

I done that. But I don`t like this option.

I have problem with vuejs too.