Add bookmarks

This commit is contained in:
2023-12-12 16:41:10 +01:00
parent c5d8816658
commit 4418e6d865
6 changed files with 269 additions and 7 deletions

View File

@@ -9,6 +9,10 @@ const items = [
label: 'Guestbook',
to: '/guestbook',
icon: 'i-material-symbols-book-2-outline',
}, {
label: 'Bookmarks',
to: '/bookmarks',
icon: 'i-material-symbols-bookmark-add-outline-rounded',
}],
]
</script>