X-Git-Url: https://git.auder.net/variants/Dynamo/complete_rules.html?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fviews%2FHall.vue;h=eb8464ae4f15339c22863cd424aa64ec81eed592;hb=68e19a449db7a12e0a168e99cd750d985c983ba1;hp=f9519fe2681d69493f80034f0436477d591876a7;hpb=585d095517ca2aedab8ad125cc7c39b90e13d5cc;p=vchess.git diff --git a/client/src/views/Hall.vue b/client/src/views/Hall.vue index f9519fe2..eb8464ae 100644 --- a/client/src/views/Hall.vue +++ b/client/src/views/Hall.vue @@ -185,12 +185,17 @@ main :showBoth="true" @show-game="showGame" ) - GameList( - v-show="gdisplay=='corr'" - :games="filterGames('corr')" - :showBoth="true" - @show-game="showGame" - ) + div(v-show="gdisplay=='corr'") + GameList( + :games="filterGames('corr')" + :showBoth="true" + @show-game="showGame" + ) + button#loadMoreBtn( + v-if="hasMore" + @click="loadMore()" + ) + | {{ st.tr["Load more"] }}