1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 12:19:08 +01:00
elk/components/timeline/TimelineBlocks.vue

8 lines
151 B
Vue
Raw Normal View History

<script setup lang="ts">
2023-01-08 06:21:09 +00:00
const paginator = useMasto().v1.blocks.list()
</script>
<template>
<AccountPaginator :paginator="paginator" />
</template>