Add version page

This commit is contained in:
Jai A
2020-10-21 21:24:39 -07:00
parent 8f487d7d4e
commit 969bec248a
3 changed files with 129 additions and 3 deletions

View File

@@ -32,7 +32,10 @@
Versions
</nuxt-link>
<nuxt-link
v-if="members.find((x) => x.user_id === this.$auth.user.id)"
v-if="
this.$auth.loggedIn &&
members.find((x) => x.user_id === this.$auth.user.id)
"
:to="'/mod/' + mod.id + '/settings'"
>
<SettingsIcon />