Skip to content

Instantly share code, notes, and snippets.

@smartITNinja
Last active December 19, 2017 15:15
Show Gist options
  • Save smartITNinja/c8981e65baaad5347875ddf17f6d6072 to your computer and use it in GitHub Desktop.
Save smartITNinja/c8981e65baaad5347875ddf17f6d6072 to your computer and use it in GitHub Desktop.
<div id="app">
<h1 class="text-center">titulo</h1>
<p class="text-center">
<router-link to="/">HOME</router-link>
<router-link to="/profile">PROFILE</router-link>
<router-link to="/login">LOGIN</router-link>
<router-link to="/register">SIGN UP</router-link>
</p>
<div class="container">
<div class="row">
<!-- el contenido se visualizará en el tag siguiente: -->
<router-view></router-view>
</div>
</div>
</div>
<!-- zona de templates -->
<!-- fin zona de templates -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment