pull/864/head
Tuğçe Küçükoğlu 2021-01-15 13:32:37 +03:00
parent 0984fa96fa
commit a5a9b397ef
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<Tag v-if="child.badge" :value="child.badge"></Tag>
</router-link>
<template v-if="child.children">
<router-link :to="child.meta[0]" v-slot="{isActive}" custom>
<router-link :to="child.children[0].to" v-slot="{isActive}" custom>
<div>
<a tabindex="0" @click="toggleSubmenu($event, child.meta[0])">{{child.name}}</a>
<transition name="p-toggleable-content">