mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-26 18:59:44 +08:00
fix ui
This commit is contained in:
@@ -41,7 +41,10 @@ function handleNavScroll(evt: Event) {
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
menuShow.value = true
|
||||
// 1秒钟后再显示
|
||||
setTimeout(() => {
|
||||
menuShow.value = true
|
||||
}, 1000)
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user