add preloader to app
Deploy app frontend / app frontend (push) Successful in 2m52s

This commit is contained in:
2024-12-15 11:11:35 +02:00
parent 714f5b7b51
commit ae5da9f6d7
4 changed files with 23 additions and 4 deletions
+4
View File
@@ -139,4 +139,8 @@ const router = createRouter({
},
})
router.isReady().then(() => {
document.body.classList.remove('preloader')
})
export default router