This commit is contained in:
syuilo 2021-04-21 03:32:16 +09:00
parent 878b154604
commit 83a53c1008
3 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ export default defineComponent({
title: this.clip.name,
icon: 'fas fa-paperclip',
action: {
icon: 'fas fa-ellipsis'H,
icon: 'fas fa-ellipsis-h',
handler: this.menu
}
} : null),

View file

@ -73,14 +73,14 @@ const Component = defineComponent({
userName: this.user,
avatar: this.user,
action: {
icon: 'fas fa-ellipsis'H,
icon: 'fas fa-ellipsis-h',
handler: this.menu,
},
} : {
title: this.group.name,
icon: 'fas fa-users',
action: {
icon: 'fas fa-ellipsis'H,
icon: 'fas fa-ellipsis-h',
handler: this.menu,
},
} : null),

View file

@ -61,7 +61,7 @@ export default defineComponent({
return {
[symbols.PAGE_INFO]: {
title: this.$ts.other,
icon: 'fas fa-ellipsis'H
icon: 'fas fa-ellipsis-h'
},
debug,
}