Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 9a106cb

Browse files
committed
navbar fix
1 parent 23e2200 commit 9a106cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/components/navbar/navbar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<collapse id="navbar" class="navbar-collapse" v-model="showNavbar">
1616
<ul class="nav navbar-nav">
1717
<li v-for="link in links" v-bind:class="{'active' : $route.path == link.path}">
18-
<router-link v-bind:to="link.path">{{link.name}}</router-link>
18+
<router-link v-bind:to="link.path">\{{link.name}}</router-link>
1919
</li>
2020
</ul>
2121
</collapse>

0 commit comments

Comments
 (0)