You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Need Support for Vue 3, it's breaking
Describe the solution you'd like
Would like to see the support for Vue 3
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Currently getting the following error
index.js?ee98:146 Uncaught TypeError: __WEBPACK_IMPORTED_MODULE_0_vue___default.a is not a constructor
at Object.eval (index.js?ee98:146)
at __webpack_require__ (index.js?ee98:30)
at Object.eval (index.js?ee98:240)
at __webpack_require__ (index.js?ee98:30)
at Object.eval (index.js?ee98:208)
at __webpack_require__ (index.js?ee98:30)
at Object.eval (index.js?ee98:154)
at __webpack_require__ (index.js?ee98:30)
at eval (index.js?ee98:76)
at eval (index.js?ee98:79)
The text was updated successfully, but these errors were encountered:
The project has been continued in a fork and works pretty fine for me.
It is now working with Vue 3 and has been ported to Typescript.
Related thread for more details: #198
Is your feature request related to a problem? Please describe.
Need Support for Vue 3, it's breaking
Describe the solution you'd like
Would like to see the support for Vue 3
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Currently getting the following error
The text was updated successfully, but these errors were encountered: