Merge pull request #1 from PanJiaChen/master

fix[profile/UserCard]: fixed wrong key name (#3056)
pull/4303/head
LimTerran 2020-03-19 16:35:36 +08:00 committed by GitHub
commit 707350657f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ export default {
name: '',
email: '',
avatar: '',
roles: ''
role: ''
}
}
}