mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-30 12:49:55 +08:00
fix cssCodeSplit
This commit is contained in:
@@ -28,9 +28,4 @@ app
|
||||
})
|
||||
.use(VuetifyUseDialog)
|
||||
.mount('#app')
|
||||
|
||||
// 小屏幕下1s后移除loading
|
||||
if (window.innerWidth < 1024)
|
||||
setTimeout(() => removeEl('#loading-bg'), 1000)
|
||||
else
|
||||
removeEl('#loading-bg')
|
||||
.$nextTick(() => removeEl('#loading-bg'))
|
||||
|
||||
Reference in New Issue
Block a user