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