feat: fallback for back button

This commit is contained in:
Julien Calixte
2026-02-15 19:59:11 +01:00
parent 8e754021bd
commit 1d4e3e3d0a
4 changed files with 15 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ watch(
</span>
<article class="note-display" v-html="content"></article>
<BackButton />
<BackButton :fallback="{ name: 'PublicNoteListByDidView', params: { did } }" />
</div>
<stacked-public-note
v-for="(stackedNote, index) in stackedNotes"