Last active
April 2, 2018 13:08
-
-
Save matthieu-D/8abc986f90a14045cf5668141f71caef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app"> | |
<router-link :to="{name: 'white'}">Go to the same named route</router-link> | |
<router-view></router-view> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment