1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-30 19:39:47 +08:00

Merge pull request #1 from PanJiaChen/master

fix[profile/UserCard]: fixed wrong key name (#3056)
This commit is contained in:
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

View File

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