mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
fix search page
This commit is contained in:
parent
4a67a210cc
commit
c45607d5c9
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<!-- TODO: add empty state with predefined searches -->
|
||||
<!-- TODO: add pagination -->
|
||||
<template lang="html">
|
||||
<b-container>
|
||||
<b-container fluid>
|
||||
<portal to="pageTitle">Search</portal>
|
||||
|
||||
<portal to="headerActions">
|
||||
|
@ -14,7 +14,9 @@
|
|||
|
||||
<b-row v-else-if="searchResults.length">
|
||||
<b-col
|
||||
cols="4"
|
||||
cols="6"
|
||||
md="4"
|
||||
lg="2"
|
||||
v-for="game in searchResults"
|
||||
:key="game.id"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue