1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-13 14:18:12 +09:00

fix(client): Do not expand each notes in my/messages

This commit is contained in:
syuilo 2020-05-10 16:52:05 +09:00
parent 677f06961a
commit 9784ade84f

View File

@ -2,7 +2,7 @@
<div> <div>
<portal to="icon"><fa :icon="faEnvelope"/></portal> <portal to="icon"><fa :icon="faEnvelope"/></portal>
<portal to="title">{{ $t('directNotes') }}</portal> <portal to="title">{{ $t('directNotes') }}</portal>
<x-notes :pagination="pagination" :detail="true" @before="before()" @after="after()"/> <x-notes :pagination="pagination" @before="before()" @after="after()"/>
</div> </div>
</template> </template>