タイムラインのノートを話して表示するオプション

This commit is contained in:
syuilo 2020-12-11 22:36:57 +09:00
parent 3356f7113f
commit 1ade89be35
7 changed files with 26 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<template>
<XNotes ref="tl" :pagination="pagination" @before="$emit('before')" @after="e => $emit('after', e)" @queue="$emit('queue', $event)"/>
<XNotes :class="{ _noGap_: !$store.state.device.showGapBetweenNotesInTimeline }" ref="tl" :pagination="pagination" @before="$emit('before')" @after="e => $emit('after', e)" @queue="$emit('queue', $event)"/>
</template>
<script lang="ts">