biome format --write
This commit is contained in:
parent
8372348148
commit
9262e803ec
415 changed files with 54076 additions and 17419 deletions
|
|
@ -5,14 +5,16 @@ import { mapState } from 'vuex'
|
|||
|
||||
const UserPanel = {
|
||||
computed: {
|
||||
signedIn () { return this.user },
|
||||
...mapState({ user: state => state.users.currentUser })
|
||||
signedIn() {
|
||||
return this.user
|
||||
},
|
||||
...mapState({ user: (state) => state.users.currentUser }),
|
||||
},
|
||||
components: {
|
||||
AuthForm,
|
||||
PostStatusForm,
|
||||
UserCard
|
||||
}
|
||||
UserCard,
|
||||
},
|
||||
}
|
||||
|
||||
export default UserPanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue