X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=c0a15dff6fe8be0eec3b4bc3f74f2dbc354d3fab;hp=cc8e24c6210dc080cb520696c319c38a0fb16be0;hb=57eb158fe8e37daaae11685df846003cda4aba19;hpb=5db58b8012d88285a0cb7b513e59469504b5676e diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index cc8e24c6..c0a15dff 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -21,7 +21,7 @@ div #scoreInfo(v-if="score!='*'") p {{ score }} p {{ st.tr[message] }} - .moves-list(v-if="show != 'none'") + .moves-list(v-if="!['none','highlight'].includes(show)") .tr(v-for="moveIdx in evenNumbers") .td {{ firstNum + moveIdx / 2 + 1 }} .td(v-if="moveIdx < moves.length-1 || show == 'all'"