modified: serv_nginx/bbvue/src/App.vue
revile header set timeout to 50
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.headerVisible = true
|
this.headerVisible = true
|
||||||
}, 10)
|
}, 50)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user