Navigate to cell detail page on cell click
This commit is contained in:
parent
e5080eaaf6
commit
3bfcfff1eb
4 changed files with 13 additions and 10 deletions
|
|
@ -48,7 +48,7 @@ const routes: RouteRecordRaw[] = [
|
|||
children: [
|
||||
{
|
||||
component: Cell,
|
||||
name: "Cell",
|
||||
name: ROUTE_NAMES.CELL_DETAIL,
|
||||
path: "/_/cell/:cell",
|
||||
props: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue