typo
This commit is contained in:
parent
15a15e7bd9
commit
49da670ae4
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ const UserProfile = {
|
|||
},
|
||||
watch: {
|
||||
'$route.params.id': function (newVal) {
|
||||
if (isUserPage(this.$route) && ewVal) {
|
||||
if (isUserPage(this.$route) && newVal) {
|
||||
this.switchUser(newVal)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue