This commit is contained in:
2024-11-24 18:03:06 +00:00
parent 641938f7e4
commit 16ba22d90b
39 changed files with 76 additions and 254 deletions

View File

@@ -62,6 +62,7 @@ function switchMain(section: string){
}
onMounted(() => {
//@ts-ignore
window.addEventListener('reveal-screen', (event: CustomEvent) => {
switchMain('map');
});