We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314bdaa commit 7a91072Copy full SHA for 7a91072
components/BreadCrumbsList.vue
@@ -80,7 +80,7 @@ const resolveEvent = (p: Array<string>): Array<CrumbInfo> => {
80
const event = events.find((e) => e.id === Number(id)) as EventSummary;
81
console.log("found", event);
82
return [
83
- { name: "イベント", crumbPath: "/event" },
+ { name: "イベント", crumbPath: "/events" },
84
{ name: `${event?.e_name}`, crumbPath: `/event/${id}` },
85
];
86
};
0 commit comments