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