diff --git a/document/App.vue b/document/App.vue index eb724b7940af5786caf59ac92bf31ece41a1dcdb..3ac29b14a2eb20e541e935a2b34899897fd81b08 100644 --- a/document/App.vue +++ b/document/App.vue @@ -26,7 +26,6 @@ export default { }, watch: { $route (to, from) { - debugger this.oldPath = `#${to.path}` this.scrollToHash() }