more respnsive: header hamburger done, started base

This commit is contained in:
2021-03-29 22:28:24 +02:00
parent d170979b42
commit 2f1636dfd4
13 changed files with 651 additions and 48 deletions

View File

@@ -34,6 +34,9 @@ export default {
}
},
methods: {
// ...mapActions({
// openCloseHamMenu: 'Common/openCloseHamMenu'
// }),
compileTemplate(){
this.template = Vue.compile(this.html)
},
@@ -50,6 +53,7 @@ export default {
onclick (event) {
// console.log("Clicked on header menu link", event);
const href = event.target.getAttribute('href')
// this.openCloseHamMenu(false)
this.$router.push(href)
}
},