1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-17 05:31:20 +03:00
elk/components/timeline/TimelineBlocks.vue
2023-01-08 14:21:09 +08:00

7 lines
151 B
Vue

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