Skip to content

Instantly share code, notes, and snippets.

@NovoManu
Created August 17, 2019 19:42
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 NovoManu/71bee0e12fed2f23d311614ad3b9f066 to your computer and use it in GitHub Desktop.
Save NovoManu/71bee0e12fed2f23d311614ad3b9f066 to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<router-view />
</div>
</template>
<template>
<div>
Content
</div>
</template>
<script lang="ts">
import { Component, Vue } from 'vue-property-decorator'
@Component
export default class Home extends Vue {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment