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
Yo Im using this package for an experiment, it works great. Wondering if there's anything we can do for it to handle HMR?
For example, using this to open dialogs/modals... changing the theme of the main app instance doesnt change the mounted component using this module since it only attaches appContext under the hood.
any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
I'm not aware of a way to hook this plugin into Vue's HMR updates - I'm fairly certain those are treated as internals anyhow, so would be subject to breaking changes without notice from Vue.
This plugin is mostly intended for singletons like Toast - it shouldn't be necessary to use with dialogs or modals since those can easily be made into components that live inside the app.
Yo Im using this package for an experiment, it works great. Wondering if there's anything we can do for it to handle HMR?
For example, using this to open dialogs/modals... changing the theme of the main app instance doesnt change the mounted component using this module since it only attaches appContext under the hood.
any help would be much appreciated!
The text was updated successfully, but these errors were encountered: