This commit is contained in:
Lexcubia 2025-04-21 11:24:56 +08:00
parent 34926c7270
commit 403d6499b1
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<script setup>
import { RouterView } from "vue-router";
import { onMounted } from 'vue'
onMounted(() => {
window.addEventListener("resize", ()=>{
heightTemp.value = (window.innerHeight)+"px";