Add files via upload
This commit is contained in:
parent
1bdf7b4860
commit
e006476d90
@ -126,11 +126,11 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
toRoot() {
|
toRoot() {
|
||||||
this.$router.replace({ path: "/files/" });
|
this.$router.push({ path: "/files/" });
|
||||||
this.$store.commit('closeHovers');
|
this.$store.commit('closeHovers');
|
||||||
},
|
},
|
||||||
toSettings() {
|
toSettings() {
|
||||||
this.$router.replace({ path: "/settings" });
|
this.$router.push({ path: "/settings" });
|
||||||
this.$store.commit('closeHovers');
|
this.$store.commit('closeHovers');
|
||||||
},
|
},
|
||||||
help() {
|
help() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user