1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-07 04:39:10 +01:00
elk/components/timeline/TimelineBookmarks.vue

8 lines
155 B
Vue
Raw Normal View History

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