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