more respnsive: header hamburger done, started base
This commit is contained in:
@@ -22,7 +22,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
...mapActions({
|
||||
userLogin: 'User/userLogin'
|
||||
userLogin: 'User/userLogin',
|
||||
openCloseHamMenu: 'Common/openCloseHamMenu'
|
||||
}),
|
||||
login () {
|
||||
this.userLogin({
|
||||
@@ -30,6 +31,7 @@ export default {
|
||||
pass: this.password
|
||||
}).then(() => {
|
||||
console.log("LoginBlock user logged-in")
|
||||
this.openCloseHamMenu(false)
|
||||
this.$router.push({
|
||||
name: 'base'
|
||||
})
|
||||
|
Reference in New Issue
Block a user