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
This is expected. If you need to remount the same app, put your app creation logic in a factory function and call it again to create a new app instance.
Version
3.0.0-beta.14
Reproduction link
https://codesandbox.io/s/busy-rgb-5j76y?file=/index.html
Steps to reproduce
.mount(el)
method.unmount
Also, if the app is already mounted and is mounted again the app unmounts.
What is expected?
App will just mount as expected.
What is actually happening?
Vue logs in the console:
[Vue warn]: App has already been mounted. Create a new app instance instead.
Trying make Vue 3 run on Storybook as an experiment
The text was updated successfully, but these errors were encountered: