This commit is contained in:
2022-02-16 22:59:24 +01:00
parent ba01bba5dc
commit 93e8da4ab4
7 changed files with 93 additions and 38 deletions
+2 -2
View File
@@ -72,11 +72,11 @@ import {
isOperationResultValid,
operate,
} from '@/algo'
import { operations, plaquettes } from '@/game-state'
import { GameState, gameState } from '@/globals'
import { operations, plaquettes } from '@/store'
import { Operation } from '@/types'
import IconSad from '~icons/bx/bx-sad'
import IconUndo from '~icons/bx/bx-undo'
import IconSad from '~icons/ph/smiley-sad'
import PlaquetteBox from './common/PlaquetteBox.vue'
+1 -1
View File
@@ -13,7 +13,7 @@
import { ref, watch } from 'vue'
const props = withDefaults(
defineProps<{ dynamicSize: boolean; is?: string }>(),
defineProps<{ dynamicSize?: boolean; is?: string }>(),
{
is: 'div',
dynamicSize: false,