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
First I want to thank you for this component that bring typescript and VueJS together.
This reunion comes at a cost since HMR (Hot Module Reload) is not working anymore.
Do you think it's possible to enable HMR when a class is decorated ?
Or should we implement HMR ourself when importing a class using this decorator ?
The text was updated successfully, but these errors were encountered:
Unfortunately, we can't introduce HMR in this library.
We should implement that feature on any module bundlers such as webpack or browserify.
Please see #28
Uh oh!
There was an error while loading. Please reload this page.
First I want to thank you for this component that bring typescript and VueJS together.
This reunion comes at a cost since HMR (Hot Module Reload) is not working anymore.
Do you think it's possible to enable HMR when a class is decorated ?
Or should we implement HMR ourself when importing a class using this decorator ?
The text was updated successfully, but these errors were encountered: