Add files via upload
This commit is contained in:
parent
0426629a59
commit
e9e972154b
@ -4,6 +4,7 @@
|
|||||||
<router-link
|
<router-link
|
||||||
class="action"
|
class="action"
|
||||||
to="/files/"
|
to="/files/"
|
||||||
|
@click.native="refresh"
|
||||||
:aria-label="$t('sidebar.myFiles')"
|
:aria-label="$t('sidebar.myFiles')"
|
||||||
:title="$t('sidebar.myFiles')"
|
:title="$t('sidebar.myFiles')"
|
||||||
>
|
>
|
||||||
@ -37,6 +38,7 @@
|
|||||||
<router-link
|
<router-link
|
||||||
class="action"
|
class="action"
|
||||||
to="/settings"
|
to="/settings"
|
||||||
|
@click.native="refresh"
|
||||||
:aria-label="$t('sidebar.settings')"
|
:aria-label="$t('sidebar.settings')"
|
||||||
:title="$t('sidebar.settings')"
|
:title="$t('sidebar.settings')"
|
||||||
>
|
>
|
||||||
@ -128,6 +130,10 @@ export default {
|
|||||||
help() {
|
help() {
|
||||||
this.$store.commit("showHover", "help");
|
this.$store.commit("showHover", "help");
|
||||||
},
|
},
|
||||||
|
|
||||||
|
refresh:function(){
|
||||||
|
this.$router.go(0);
|
||||||
|
},
|
||||||
logout: auth.logout,
|
logout: auth.logout,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user