fix(client): タイムラインのkeep-aliveが効かなくなっているのを修正
This commit is contained in:
parent
8cdc619f8f
commit
4ee859b691
5 changed files with 10 additions and 4 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue