Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created April 20, 2019 07:16
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 ederchrono/367e08c359b7ec96a7dcecd546c0cd81 to your computer and use it in GitHub Desktop.
Save ederchrono/367e08c359b7ec96a7dcecd546c0cd81 to your computer and use it in GitHub Desktop.
<!-- HTML - inside div > nav > ul -->
<li v-for="(item, index) in menuItems" :key="`item-${index}`" class="menu-item">
{{item.label}}
</li>
<!-- remove all other "li" elements -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment