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",