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