Skip to content

Instantly share code, notes, and snippets.

@wesleysaraujo
Last active September 14, 2017 07:10
Show Gist options
  • Save wesleysaraujo/4baaa4be17cb1749b4840d105e7898d4 to your computer and use it in GitHub Desktop.
Save wesleysaraujo/4baaa4be17cb1749b4840d105e7898d4 to your computer and use it in GitHub Desktop.
Componente NavLeft.vue
<template>
<ul class="nav navbar-nav">
<li>
<a href="#">Amigos</a>
</li>
<li>
<a href="/">Publicações</a>
</li>
</ul>
</template>
<script>
export default {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment