Skip to content

Instantly share code, notes, and snippets.

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 msmith7904/934b40f6dc2225e6c228bcc05206a07d to your computer and use it in GitHub Desktop.
Save msmith7904/934b40f6dc2225e6c228bcc05206a07d to your computer and use it in GitHub Desktop.
<!-- same as above -->
<router-link :to="{ path: 'foo' }">Foo</router-link>
<!-- named route -->
<router-link :to="{ name: 'foo', params: { foo: 'bar' }}">Foo</router-link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment