more respnsive: header hamburger done, started base
This commit is contained in:
@@ -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)
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user