feat: fallback for back button
This commit is contained in:
@@ -17,7 +17,7 @@ const author = computedAsync(async () => getUniqueAka(did.value))
|
||||
<template>
|
||||
<main class="public-note-list-view">
|
||||
<h1>{{ author?.alias ?? did }}</h1>
|
||||
<back-button class="back-button" />
|
||||
<back-button class="back-button" :fallback="{ name: 'Home' }" />
|
||||
<div v-if="isLoading"></div>
|
||||
<div v-else>
|
||||
<ul
|
||||
|
||||
Reference in New Issue
Block a user