チャンネルページから別チャンネルページに移動時にタイムラインが切り替わらないのを修正 (#7050)

This commit is contained in:
takonomura 2021-01-02 23:08:16 +09:00 committed by GitHub
parent 9e3610d513
commit 761071e1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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