Browse Source

Update App.vue

master
Zyronon 1 year ago committed by GitHub
parent
commit
eb1d1863e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/App.vue

2
src/App.vue

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

Loading…
Cancel
Save