1
0
mirror of https://github.com/elk-zone/elk synced 2024-12-17 16:18:01 +09:00
elk/components/timeline/TimelineBookmarks.vue

8 lines
155 B
Vue
Raw Normal View History

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