refactor(client): refactor

This commit is contained in:
syuilo
2021-12-23 17:05:26 +09:00
parent cc441258db
commit 3a990dce75
3 changed files with 28 additions and 65 deletions

View File

@ -39,7 +39,7 @@ export default defineComponent({
actions: [{
icon: 'fas fa-plus',
text: this.$ts.create,
handler: this.create
handler: this.create,
}],
tabs: [{
active: this.tab === 'featured',