X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=ddc137317ed208a9dca4a78b0d982a5245997360;hb=9ddaf8da8743c50b9019888a82d84392913c60c9;hp=5bc8ec250bc9a077d817773feaab6c50d05abf31;hpb=fd41e587ca01d709551e0cc04bb94fb5e769fe97;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 5bc8ec25..ddc13731 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -2,7 +2,6 @@ import { getSquareId, getSquareFromId } from "@/utils/squareId"; import { ArrayFun } from "@/utils/array"; import { store } from "@/store"; - export default { name: 'my-board', // Last move cannot be guessed from here, and is required to highlight squares