forked from AkkomaGang/akkoma-fe
formatting
This commit is contained in:
parent
fc9acf8fb6
commit
f6600a35a5
1 changed files with 6 additions and 6 deletions
|
@ -289,12 +289,12 @@ const Status = {
|
|||
AvatarList
|
||||
},
|
||||
methods: {
|
||||
generateTagAttributes(tags) {
|
||||
let res = {};
|
||||
for (let tag of tags) {
|
||||
res['data-tag-'+tag.name] = tag.name;
|
||||
}
|
||||
return res;
|
||||
generateTagAttributes (tags) {
|
||||
let res = {}
|
||||
for (let tag of tags) {
|
||||
res['data-tag-' + tag.name] = tag.name
|
||||
}
|
||||
return res
|
||||
},
|
||||
visibilityIcon (visibility) {
|
||||
switch (visibility) {
|
||||
|
|
Loading…
Reference in a new issue