diff --git a/pages/index.vue b/pages/index.vue index cece792..a73ea07 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -26,7 +26,7 @@ /> - + @@ -39,10 +39,6 @@ const cardStore = useCardStore(); cardStore.fetchCollections(); const activeItem = ref(); -const isUploadActive = computed(() => - config.public.isUploadActive === "true" ? true : false, -); - const play = (collection: string) => { navigateTo({ path: "game", query: { collection: collection } }); };