Skip to content
This repository was archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Use vue-router link on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Feb 15, 2018
1 parent 05c099a commit be6c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const landing = {
</section>
<h2>Help for EssentialsX</h2>
<section>
<a href="/#/Home">Go to EssentialsX Wiki</a>
<router-link to="/Home">Go to EssentialsX Wiki</router-link>
</section>
</div>
</transition>
Expand Down

0 comments on commit be6c1a4

Please sign in to comment.