Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 23, 2021 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b81567e660c96bc388645dbee965fdd8 to your computer and use it in GitHub Desktop.
Save parzibyte/b81567e660c96bc388645dbee965fdd8 to your computer and use it in GitHub Desktop.
<template>
<div>
<router-link class="navbar-item" :to='{name: "Hola"}'>Hola</router-link>
<router-link class="navbar-item" :to='{name: "Perfil"}'>Perfil</router-link>
<router-view/>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment