round 3
This commit is contained in:
@@ -27,7 +27,15 @@ const showBack = computed(
|
||||
</div>
|
||||
<nav class="view-selector">
|
||||
<button
|
||||
:class="{ active: ['ParentChildrenListView', 'ParentView'].includes(String(route.name)) }"
|
||||
:class="{
|
||||
active: [
|
||||
'ParentChildrenListView',
|
||||
'ParentView',
|
||||
'ChildEditView',
|
||||
'CreateChild',
|
||||
'TaskAssignView',
|
||||
].includes(String(route.name)),
|
||||
}"
|
||||
@click="router.push({ name: 'ParentChildrenListView' })"
|
||||
aria-label="Children"
|
||||
title="Children"
|
||||
|
||||
Reference in New Issue
Block a user