Added scroll buttons to entity children.

This commit is contained in:
2020-06-28 03:19:09 +02:00
parent 7d31dd8d52
commit 6d337e7cb2
3 changed files with 146 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
/>
<router-link
to="/home"
to="/updates"
class="logo-link"
@click.native="toggleSidebar(false)"
>
@@ -29,7 +29,7 @@
<li class="nav-item">
<router-link
v-slot="{ href, isActive, navigate }"
to="/home"
to="/updates"
@click.native="toggleSidebar(false)"
>
<a
@@ -67,7 +67,7 @@
:href="href"
:class="{ active: isActive }"
@click="navigate"
>Sites</a>
>Channels</a>
</router-link>
</li>