mirari / vue-fullscreen

A simple Vue.js component for fullscreen
MIT License
439 stars 50 forks source link

Component does not destroy its childrem when Unmount #43

Open calebeaires opened 2 years ago

calebeaires commented 2 years ago

At the version to Vue 3, when using $router.push('/path') the fullscreen component does not destroy its children components.

mirari commented 2 years ago

A more detailed description is needed, such as the way the component is called, the structure of the page template, etc., otherwise it is impossible to determine the problem. You can refer to the quick example to provide an online example.