I can't use `waitfor` helper for any situation. Here is how I install the VueWait instance. I think i need a `waitFor` method from wait instance, but it had nothing. ```ts import VueWait from 'vue-wait'; ... new Vue({ .... wait: new VueWait({ useVuex: true }) }) ```