Klönkasten und BuLi-Tipp

This commit is contained in:
R40fendt
2025-12-23 18:30:06 +01:00
parent 5f85a75521
commit df69dd24ba
14 changed files with 393 additions and 91 deletions

View File

@@ -14,7 +14,6 @@ import Willkommen from "../components/startseite/Willkommen.vue";
export default {
components: {
Navbar,
Modal,
Embla,
Umgebung,
MyFooter, // Geändert von Footer auf MyFooter
@@ -31,8 +30,8 @@ export default {
};
},
mounted(){
if(this.$route.path !== "/"){
let hash = this.$route.path.replace("/","");
if(this.$route.path !== "/" && this.$route.path!=="/anmeldeformular"){
const hash = this.$route.path.replace("/","");
console.log(this.$refs[hash])
if(this.$refs[hash].$el) this.$refs[hash].$el.scrollIntoView();
this.$router.push("/");