shaogen1995 1 년 전
부모
커밋
4d97995650
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/MoreContent.vue

+ 1 - 1
src/views/MoreContent.vue

@@ -720,7 +720,7 @@ onBeforeMount(() => {
 onMounted(() => {
   window.dispatchEvent(new Event("resize"))
 
-  const dom = document.querySelector("#app")
+  // const dom = document.querySelector("#app")
   windowWidth.value = window.windowWidth
   windowHeight.value = window.windowHeight