When vue switches routes, the dom of the previous page exists on the page.

clipboard.png

clipboard.png

the dots on the right and the circled dom nodes both enter the quantum page, but I still have this problem when I jump to other pages.
uses the plug-in fullpage

.

this is the problem with the plug-in you use. It mentions dom under body, which is beyond the scope of vue, and vue can no longer control it when routing is switched.
you can find out if the plug-in fullpage has a way to close the dom. If you don't write one yourself, turn it off manually when you switch routes

.
Menu