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