You've already forked AstralRinth
forked from didirus/AstralRinth
Add slugs
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</client-only>
|
||||
<SearchResult
|
||||
v-for="(result, index) in results"
|
||||
:id="result.mod_id.split('-')[1]"
|
||||
:id="result.slug ? result.slug : result.mod_id.split('-')[1]"
|
||||
:key="result.mod_id"
|
||||
:author="result.author"
|
||||
:name="result.title"
|
||||
|
||||
Reference in New Issue
Block a user