perf: use $route.path to the router-view key
This commit is contained in:
		@@ -11,7 +11,7 @@ export default {
 | 
				
			|||||||
  name: 'AppMain',
 | 
					  name: 'AppMain',
 | 
				
			||||||
  computed: {
 | 
					  computed: {
 | 
				
			||||||
    key() {
 | 
					    key() {
 | 
				
			||||||
      return this.$route.fullPath
 | 
					      return this.$route.path
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user