add working player
This commit is contained in:
		| @@ -9,7 +9,6 @@ | ||||
| <script setup lang="ts"> | ||||
| import { useDataStore } from '~/store/data' | ||||
| import type { BoxState } from '~~/types/types' | ||||
| import { useRouter } from 'vue-router' | ||||
|  | ||||
| const dataStore = useDataStore() | ||||
| const boxStates = ref<Record<string, BoxState>>({}) | ||||
| @@ -30,7 +29,6 @@ function closeCompilation(e: KeyboardEvent) { | ||||
|   } | ||||
| } | ||||
|  | ||||
|  | ||||
| onMounted(async () => { | ||||
|   const dataStore = await useDataStore() | ||||
|   await dataStore.loadData() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user