modified: serv_nginx/bbvue/src/App.vue

revile header set timeout to 50
This commit is contained in:
2025-10-18 06:01:35 +05:00
parent cb6444067f
commit 9d5e65abd4
+1 -1
View File
@@ -55,7 +55,7 @@ export default {
this.$nextTick(() => {
setTimeout(() => {
this.headerVisible = true
}, 10)
}, 50)
})
}
}