mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-09 22:19:13 +08:00
9 lines
179 B
Vue
9 lines
179 B
Vue
<template>
|
|
<Timeline
|
|
:title="$t('nav.bookmarks')"
|
|
:timeline="timeline"
|
|
:timeline-name="'bookmarks'"
|
|
/>
|
|
</template>
|
|
|
|
<script src="./bookmark_timeline.js"></script>
|