From 969e9db5ccdc7a1a388de22566e9139c2b2f2542 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Fri, 10 Sep 2021 15:28:12 +0100 Subject: [PATCH] Cleanup App.vue - Fix double event listener add in unmount hook - Remove onUrlChange as it does the same thing as handleUrl - Merge duplicate mount/unmount hooks --- src/App.vue | 35 +++++++++++++---------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/src/App.vue b/src/App.vue index ce82d87..f35743f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,7 @@