Skip to content

Commit

Permalink
fix: correct link path
Browse files Browse the repository at this point in the history
  • Loading branch information
cklmercer committed Jan 26, 2017
1 parent 4cdc620 commit 70ed307
Show file tree
Hide file tree
Showing 2 changed files with 4,345 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/nav/navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
</div>
<ul class="nav navbar-nav navbar-right">
<li><router-link :to="{ name: 'index' }">Home</router-link></li>
<li><router-link to="/">Home</router-link></li>
<li><router-link :to="{ name: 'test' }">Fire Event</router-link></li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 70ed307

Please sign in to comment.