Add slugs

This commit is contained in:
Jai A
2020-12-16 13:30:20 -07:00
parent 7ac56b1a0c
commit dcc83271af
4 changed files with 3 additions and 16 deletions

View File

@@ -32,7 +32,7 @@
</div>
<ModCard
v-for="mod in mods"
:id="mod.id"
:id="mod.slug ? mod.slug : mod.id"
:key="mod.id"
:author="mod.author"
:name="mod.title"