Created
April 2, 2018 13:09
-
-
Save matthieu-D/5caeb5444656110e10cc10c0814e8ce1 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="/parent">Go to the nested part</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