MVP ok
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user