[Vuejs]-Why is my vm root being set as app.__vue__?

0👍

You can get route information from this.$route
And handle the router by this.$router

Something like this.$router.push(location)

Leave a comment