diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-11-17 14:59:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 14:59:15 +0900 |
| commit | 0044d83801fd261e586143b0442102fabf9106cb (patch) | |
| tree | dd7c18374e1afaced3669a38c2e20359f6f3949f /src/client/components/taskmanager.vue | |
| parent | 12.57.4 (diff) | |
| download | misskey-0044d83801fd261e586143b0442102fabf9106cb.tar.gz misskey-0044d83801fd261e586143b0442102fabf9106cb.tar.bz2 misskey-0044d83801fd261e586143b0442102fabf9106cb.zip | |
nanka iroiro (#6847)
* wip
* wip
* wip
* wip
* Update ja-JP.yml
* wip
* wip
* wip
Diffstat (limited to 'src/client/components/taskmanager.vue')
| -rw-r--r-- | src/client/components/taskmanager.vue | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/components/taskmanager.vue b/src/client/components/taskmanager.vue index ab8d4a80dd..92c56442c3 100644 --- a/src/client/components/taskmanager.vue +++ b/src/client/components/taskmanager.vue @@ -4,7 +4,12 @@ <Fa :icon="faTerminal" style="margin-right: 0.5em;"/>Task Manager </template> <div class="qljqmnzj"> - <MkTab v-model:value="tab" :items="[{ label: 'Windows', value: 'windows', }, { label: 'Stream', value: 'stream', }, { label: 'Stream (Pool)', value: 'streamPool', }, { label: 'API', value: 'api', }]" style="border-bottom: solid 1px var(--divider);"/> + <MkTab v-model:value="tab" style="border-bottom: solid 1px var(--divider);"> + <option value="windows">Windows</option> + <option value="stream">Stream</option> + <option value="streamPool">Stream (Pool)</option> + <option value="api">API</option> + </MkTab> <div class="content"> <div v-if="tab === 'windows'" class="windows" v-follow> |