fix(client): タイムラインのkeep-aliveが効かなくなっているのを修正

This commit is contained in:
syuilo
2022-01-21 21:47:36 +09:00
parent 8cdc619f8f
commit 4ee859b691
5 changed files with 10 additions and 4 deletions

View File

@ -17,6 +17,12 @@
</MkSpacer>
</template>
<script lang="ts">
export default {
name: 'MkTimelinePage',
}
</script>
<script lang="ts" setup>
import { defineAsyncComponent, computed, watch } from 'vue';
import XTimeline from '@/components/timeline.vue';