Update App.vue

This commit is contained in:
Zyronon
2024-04-18 10:23:44 +08:00
committed by GitHub
parent 022cc7c0c4
commit eb1d1863e4

View File

@@ -73,7 +73,7 @@ onMounted(() => {
setVh()
// 监听resize事件 视图大小发生变化就重新计算1vh的值
window.addEventListener('resize', () => {
location.reload()
location.href = '/'
setVh()
})
//禁止选中文字