Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Last active July 2, 2019 03:26
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 wataruoguchi/9136468364b1361b4734cb66eab1b590 to your computer and use it in GitHub Desktop.
Save wataruoguchi/9136468364b1361b4734cb66eab1b590 to your computer and use it in GitHub Desktop.
// src/App.vue
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<router-view/>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment