Skip to content

Instantly share code, notes, and snippets.

@harryWonder
Created October 25, 2020 15:08
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 harryWonder/0913dddb9b41020b7cb05e5e2d18afbd to your computer and use it in GitHub Desktop.
Save harryWonder/0913dddb9b41020b7cb05e5e2d18afbd to your computer and use it in GitHub Desktop.
This is the Base Template for the ld-fullstack lesson.
<template>
<main>
<router-view></router-view>
</main>
</template>
<script type="text/javascript">
export default {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment