This commit is contained in:
syuilo 2020-12-31 00:22:20 +09:00
parent 8c0490fef1
commit 7128b9f16a
7 changed files with 389 additions and 23 deletions

View file

@ -22,7 +22,7 @@
<XPostForm :channel="channel" class="post-form _content _panel _vMargin" fixed v-if="$i"/>
<XTimeline class="_content _vMargin" src="channel" :channel="channelId" @before="before" @after="after"/>
<XTimeline class="_content _vMargin _noGap_" src="channel" :channel="channelId" @before="before" @after="after"/>
</div>
</template>