1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 19:05:55 +02:00
This commit is contained in:
syuilo
2021-04-16 23:04:25 +09:00
parent b4308ecb91
commit 0f054aed88
3 changed files with 69 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
<template>
<FormBase>
<FormGroup>
<template #label>ActivityPub</template>
<FormSuspense :p="apPromiseFactory" v-slot="{ result: ap }">
<FormSuspense :p="apPromiseFactory" v-slot="{ result: ap }">
<FormGroup>
<template #label>ActivityPub</template>
<FormKeyValueView>
<template #key>Type</template>
<template #value><span class="_monospace">{{ ap.type }}</span></template>
@@ -48,8 +48,8 @@
<template #key>{{ $ts.instanceInfo }}</template>
<template #value>(Local user)</template>
</FormKeyValueView>
</FormSuspense>
</FormGroup>
</FormGroup>
</FormSuspense>
</FormBase>
</template>