Skip to content

Commit 9e5731e

Browse files
committed
1 parent fe1b264 commit 9e5731e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/malewicz/src/components/HelloWorld.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
}
5858
},
5959
created: function () {
60-
if (this.$router.currentRoute.fullPath && this.$router.currentRoute.fullPath !== '/') {
60+
// if (this.$router.currentRoute.fullPath && this.$router.currentRoute.fullPath !== '/') {
6161
this.$store.commit('changeUri', this.$router.currentRoute.fullPath)
62-
}
62+
// }
6363
}
6464
}
6565

0 commit comments

Comments
 (0)