Skip to content

Commit 312b47c

Browse files
author
bootstrap-vue-bot
committed
set nav-item href same as to attr
1 parent 8562d7f commit 312b47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/nav-item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class="nav-item"
55
:class="classObject"
66
@click.stop.prevent="onclick"
7-
href=""
7+
:href="to"
88
:is="componentType"
99
active-class="active"
1010
:to="to"

0 commit comments

Comments
 (0)