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