feat: sidebar elements gaan naar juiste link
This commit is contained in:
parent
84ef0e4af0
commit
0d2fd8b4ee
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import { ref } from 'vue';
|
||||||
<template v-for="node in learningObjects.data">
|
<template v-for="node in learningObjects.data">
|
||||||
<v-list-item
|
<v-list-item
|
||||||
link
|
link
|
||||||
:to="{ path: node.key, query: route.query }"
|
:to="{ path: `/discussion/${currentPath.hruid}/${node.language}/${node.key}`, query: route.query }"
|
||||||
:title="node.title"
|
:title="node.title"
|
||||||
:active="node.key === props.activeObjectId"
|
:active="node.key === props.activeObjectId"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue