We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1b264 commit 9e5731eCopy full SHA for 9e5731e
1 file changed
src/main/malewicz/src/components/HelloWorld.vue
@@ -57,9 +57,9 @@
57
}
58
},
59
created: function () {
60
- if (this.$router.currentRoute.fullPath && this.$router.currentRoute.fullPath !== '/') {
+ // if (this.$router.currentRoute.fullPath && this.$router.currentRoute.fullPath !== '/') {
61
this.$store.commit('changeUri', this.$router.currentRoute.fullPath)
62
- }
+ // }
63
64
65
0 commit comments