From d9a1016ea38e14ec31381ccce7e2b779276bb551 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:15:07 -0400 Subject: [PATCH] Final build for MINIFIED! --- src/components/UserQpro.vue | 16 ++++++++------ src/router/index.js | 44 ++++++++++++++++++------------------- 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/src/components/UserQpro.vue b/src/components/UserQpro.vue index 65ab44f..4e430c6 100644 --- a/src/components/UserQpro.vue +++ b/src/components/UserQpro.vue @@ -36,6 +36,14 @@ const assetPaths = computed(() => { :style="{ width: `${props.size}px`, height: `${props.size}px`, relative }" >
+ + Hair Back + { style="top: -5px; left: 30px; width: 50px" /> - - Hair Back + import("@/views/Game/PersonalScores.vue"), - options: { - hotReload: true, // disables Hot Reload - }, - }, - { - meta: { - title: "Network Scores", - }, - path: "/games/:game/scores", - name: "all_scores", - component: () => import("@/views/Game/NetworkScores.vue"), - options: { - hotReload: true, // disables Hot Reload - }, - }, + // { + // meta: { + // title: "View Scores", + // }, + // path: "/games/:game/scores/:userId", + // name: "personal_scores", + // component: () => import("@/views/Game/PersonalScores.vue"), + // options: { + // hotReload: true, // disables Hot Reload + // }, + // }, + // { + // meta: { + // title: "Network Scores", + // }, + // path: "/games/:game/scores", + // name: "all_scores", + // component: () => import("@/views/Game/NetworkScores.vue"), + // options: { + // hotReload: true, // disables Hot Reload + // }, + // }, { meta: { title: "Error",