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
2023-01-08 14:21:09 +08:00

8 lines
151 B
Vue

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