elk/components/timeline/TimelineBlocks.vue

8 wiersze
151 B
Vue
Czysty Zwykły widok Historia

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