1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-14 22:58:04 +09:00
elk/components/timeline/TimelineBlocks.vue

8 lines
151 B
Vue
Raw Normal View History

<script setup lang="ts">
const paginator = useMasto().blocks.iterate()
</script>
<template>
<AccountPaginator :paginator="paginator" />
</template>