forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
40235463bc
commit
24d8617f81
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
|||
</div>
|
||||
<div class="main">
|
||||
<mk-post-form class="form" v-if="$store.state.settings.showPostFormOnTopOfTl"/>
|
||||
<mk-timeline class="tl" cref="tl" @loaded="onTlLoaded" v-if="mode == 'timeline'"/>
|
||||
<mk-timeline class="tl" ref="tl" @loaded="onTlLoaded" v-if="mode == 'timeline'"/>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue