updated PlayerView.vue
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user