f / f/vue-wait
Using with vite // TypeError: VueWait is not a constructor
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
When switching from webpack to vite I am getting the following error:
`TypeError: VueWait is not a constructor`
```
new Vue({
router,
wait: new VueWait()
}).$mount('#app')
```
Anyone had this problem?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.