If you really need async calls to initialize your plugin you should look at the boot plugin : http://quasar-framework.org/guide/app-plugins.html#Special-App-Plugin-Boot
This is a special plugin that let’s you launch the app when your are ready, after recieving the ajax callback in your case.