mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +00:00
added clickable prop to platforms page
This commit is contained in:
parent
7dc75d793e
commit
8f9082467a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
v-for="platform in filteredPlatforms"
|
||||
:key="platform.name"
|
||||
:platform="platform"
|
||||
clickable
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue