f / f/vue-wait
WaitFor is broken
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
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 })
})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.