feat: init public notes
This commit is contained in:
@@ -14,6 +14,11 @@ const routes: Array<RouteRecordRaw> = [
|
||||
props: true,
|
||||
component: () => import("@/views/FluxNoteView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/notes",
|
||||
name: "PublicNoteView",
|
||||
component: () => import("@/views/PublicNoteView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/:user/:repo/share/:note",
|
||||
name: "ShareNotes",
|
||||
|
||||
Reference in New Issue
Block a user