Cleanup, little documentation, localization

This commit is contained in:
Henry Jameson 2019-05-15 20:44:35 +03:00
parent 543604fd2d
commit 7976d118ca
9 changed files with 39 additions and 12 deletions

View file

@ -26,6 +26,11 @@
{{ $t("nav.dms") }}
</router-link>
</li>
<li v-if="currentUser" @click="toggleDrawer">
<router-link :to="{ name: 'interactions', params: { username: currentUser.screen_name } }">
{{ $t("nav.interactions") }}
</router-link>
</li>
</ul>
<ul>
<li v-if="currentUser" @click="toggleDrawer">