mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-03 07:29:59 +00:00
8 lines
161 B
Vue
8 lines
161 B
Vue
<script setup lang="ts">
|
|
const paginator = useMastoClient().v1.bookmarks.list()
|
|
</script>
|
|
|
|
<template>
|
|
<TimelinePaginator :paginator="paginator" />
|
|
</template>
|