Fixed double anchor tags in header and sidebar nav.
This commit is contained in:
parent
2e95e1e32b
commit
12f247a927
|
@ -17,6 +17,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/actors"
|
||||
custom
|
||||
>
|
||||
<a
|
||||
class="nav-link"
|
||||
|
@ -31,6 +32,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/networks"
|
||||
custom
|
||||
>
|
||||
<a
|
||||
class="nav-link"
|
||||
|
@ -45,6 +47,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/tags"
|
||||
custom
|
||||
>
|
||||
<a
|
||||
class="nav-link"
|
||||
|
@ -59,6 +62,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/movies"
|
||||
custom
|
||||
>
|
||||
<a
|
||||
class="nav-link"
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/updates"
|
||||
custom
|
||||
@click.native="$emit('toggle', false)"
|
||||
>
|
||||
<a
|
||||
|
@ -55,6 +56,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/actors"
|
||||
custom
|
||||
@click.native="$emit('toggle', false)"
|
||||
>
|
||||
<a
|
||||
|
@ -70,6 +72,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/networks"
|
||||
custom
|
||||
@click.native="$emit('toggle', false)"
|
||||
>
|
||||
<a
|
||||
|
@ -85,6 +88,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/movies"
|
||||
custom
|
||||
@click.native="$emit('toggle', false)"
|
||||
>
|
||||
<a
|
||||
|
@ -100,6 +104,7 @@
|
|||
<router-link
|
||||
v-slot="{ href, isActive, navigate }"
|
||||
to="/tags"
|
||||
custom
|
||||
@click.native="$emit('toggle', false)"
|
||||
>
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue