Update App.vue

This commit is contained in:
Zyronon 2024-04-18 10:23:44 +08:00 committed by GitHub
parent 022cc7c0c4
commit eb1d1863e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ onMounted(() => {
setVh() setVh()
// resize 1vh // resize 1vh
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
location.reload() location.href = '/'
setVh() setVh()
}) })
// //