Improve UI

This commit is contained in:
syuilo 2021-04-10 13:38:24 +09:00
parent 45e5d89353
commit fb8ed718ce
6 changed files with 57 additions and 21 deletions

View file

@ -276,10 +276,6 @@ export default defineComponent({
title: this.user.name,
url: `${url}/@${this.user.username}`
},
action: {
icon: faEllipsisH,
handler: this.menu
}
} : null),
user: null,
error: null,