Skip to content

Instantly share code, notes, and snippets.

@simonjcarr
Created August 6, 2020 15:06
Show Gist options
  • Save simonjcarr/3e4260adb115d3a6d26816b3d5bccd24 to your computer and use it in GitHub Desktop.
Save simonjcarr/3e4260adb115d3a6d26816b3d5bccd24 to your computer and use it in GitHub Desktop.
<template>
<div>
<h1>Meteor and Vue</h1>
<router-link to="/about">About</router-link>
<router-link to="/hobbies">Hobbies</router-link>
<div>
<router-view></router-view>
</div>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment