Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Aug 21, 2023
1 parent 50178cc commit 599be75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default defineComponent({
return {}
},
computed: {
...mapState(['gUsername'])
...mapState(['gUsername']),
...mapGetters(['username']),
// ^ the param of mapGetters is specific
},
Expand Down

0 comments on commit 599be75

Please sign in to comment.