mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
Update Play.vue
This commit is contained in:
@@ -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) => ({
|
||||
|
||||
Reference in New Issue
Block a user