This commit is contained in:
Horis 2024-11-11 10:51:16 +08:00
parent 5a83207eea
commit 98581c2727

View File

@ -16,3 +16,7 @@ watch(
}
},
)
window.addEventListener('vite:preloadError', event => {
event.preventDefault()
})