1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 05:15:35 +02:00

みつけるに連合分を表示するように (#5490)

* みつける Fediverse

* discovered
This commit is contained in:
MeiMei
2019-10-14 02:00:29 +09:00
committed by syuilo
parent 8da278a279
commit 488fe2e7bd
6 changed files with 93 additions and 75 deletions

View File

@@ -1,5 +1,5 @@
<template>
<ui-container :body-togglable="true">
<ui-container :body-togglable="true" :expanded="expanded">
<template #header><slot></slot></template>
<mk-error v-if="error" @retry="init()"/>
@@ -50,7 +50,11 @@ export default Vue.extend({
iconOnly: {
type: Boolean,
default: false
}
},
expanded: {
type: Boolean,
default: true
},
},
computed: {