Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Last active March 29, 2019 17:50
Show Gist options
  • Save ntakouris/2e469f14c1b63656f398c09384652511 to your computer and use it in GitHub Desktop.
Save ntakouris/2e469f14c1b63656f398c09384652511 to your computer and use it in GitHub Desktop.
navigationRouteOptions: [AppRoutes.Home, AppRoutes.GlobalRegisterView]
// ...snip...
<b-nav-item v-for="route in navigationRouteOptions"
v-bind:key="route.name"
@click="goTo(route.path)">{{ route.name }}</b-nav-item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment