updated PlayerView.vue

This commit is contained in:
2022-03-25 16:09:39 +01:00
parent 67cc06abdf
commit 70fb352d7f

View File

@@ -224,7 +224,6 @@ import {
ref, ref,
watch, watch,
} from "vue"; } from "vue";
import type { LSPlayer } from "@/utils";
import { import {
constructAvatarUrl, constructAvatarUrl,
FormatVacDate, FormatVacDate,
@@ -474,10 +473,6 @@ watch(
} }
); );
// watch(() => data.playerMeta, () => {
// console.log(data.playerMeta)
// })
onMounted(async () => { onMounted(async () => {
const height = window.innerHeight - NAV_HEIGHT - FOOTER_HEIGHT; const height = window.innerHeight - NAV_HEIGHT - FOOTER_HEIGHT;
const wrapper = document.querySelector(".wrapper") as HTMLDivElement; const wrapper = document.querySelector(".wrapper") as HTMLDivElement;