]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: remove an unnecessary note 'console.log({ deltaFromCurrent })' (#1958)
authorliudaodanOo <75828211+liudaodanOo@users.noreply.github.com>
Sun, 13 Aug 2023 13:43:35 +0000 (21:43 +0800)
committerGitHub <noreply@github.com>
Sun, 13 Aug 2023 13:43:35 +0000 (15:43 +0200)
Co-authored-by: 刘捣蛋 <liudaodan@192.168.1.6>
[skip ci]

packages/router/src/history/html5.ts

index f945fe45cc7e26a981f5c282525ab3c3b3bb9337..9388e8f24d28b8e4fbe29ffb04f019bf9b6a4910 100644 (file)
@@ -91,7 +91,6 @@ function useHistoryListeners(
       replace(to)
     }
 
-    // console.log({ deltaFromCurrent })
     // Here we could also revert the navigation by calling history.go(-delta)
     // this listener will have to be adapted to not trigger again and to wait for the url
     // to be updated before triggering the listeners. Some kind of validation function would also