lint
This commit is contained in:
parent
5c784a2f38
commit
12ac9ecb61
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<template>
|
||||
<MkInfo v-if="$i && tlHint && !tlHintClosed" :closeable="true" style="margin-bottom: 16px;" @closed="closeHint">
|
||||
<I18n :src="tlHint"><template #icon><i :class="tlIcon"></i></template></I18n>
|
||||
<I18n :src="tlHint"><template #icon><i :class="tlIcon"></i></template></I18n>
|
||||
</MkInfo>
|
||||
<MkNotes ref="tlComponent" :noGap="!defaultStore.state.showGapBetweenNotesInTimeline" :pagination="pagination" @queue="emit('queue', $event)"/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue