X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=6e9e850f4b0fa18729ce43fa699282d6e24114a2;hp=ccb07758296e00fb40d3dce05b2b0b0a19a6a54e;hb=5fc82c80fe57ad106cc117a534b242cc08805890;hpb=6813103a75fecb750f8d0ae77f699ed0cb11178c diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index ccb07758..6e9e850f 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -28,7 +28,7 @@ div ) img.inline(src="/images/icons/resize.svg") button#analyzeBtn.tooltip( - v-if="canAnalyze" + v-show="canAnalyze" @click="$emit('analyze')" :aria-label="st.tr['Analyse']" )