biome format --write
This commit is contained in:
parent
8372348148
commit
9262e803ec
415 changed files with 54076 additions and 17419 deletions
|
|
@ -22,20 +22,21 @@ const UserLink = {
|
|||
user: Object,
|
||||
at: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
components: {
|
||||
UnicodeDomainIndicator
|
||||
UnicodeDomainIndicator,
|
||||
},
|
||||
methods: {
|
||||
userProfileLink (user) {
|
||||
userProfileLink(user) {
|
||||
return generateProfileLink(
|
||||
user.id, user.screen_name,
|
||||
this.$store.state.instance.restrictedNicknames
|
||||
user.id,
|
||||
user.screen_name,
|
||||
this.$store.state.instance.restrictedNicknames,
|
||||
)
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
export default UserLink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue