Update Play.vue

This commit is contained in:
Pavel Slabý
2025-11-21 11:20:22 +01:00
committed by GitHub
parent b91b919a25
commit 49d6996f62

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { useLocalStorage } from "@vueuse/core";
import { storeToRefs } from "pinia";
import { onMounted, onBeforeUnmount, ref, watch, nextTick } from "vue";
import { computed, onMounted, onBeforeUnmount, ref, watch, nextTick } from "vue";
import { useRoute, useRouter } from "vue-router";
import type { DetailedRomSchema } from "@/__generated__/models/DetailedRomSchema";
import NavigationText from "@/console/components/NavigationText.vue";
@@ -20,7 +20,6 @@ import {
getDownloadPath,
} from "@/utils";
import { useI18n } from "vue-i18n";
import { computed } from 'vue';
const { t } = useI18n();
const createPlayerStorage = (romId: number, platformSlug: string) => ({