Skip to content

Instantly share code, notes, and snippets.

@flobaader
Created November 6, 2019 13:50
Show Gist options
  • Save flobaader/5476ccb2d3c018efa9e52d47687f347c to your computer and use it in GitHub Desktop.
Save flobaader/5476ccb2d3c018efa9e52d47687f347c to your computer and use it in GitHub Desktop.
VueTS Template
<template>
</template>
<script lang="ts">
import { Component, Vue } from 'vue-property-decorator'
@Component
export default class App extends Vue {
}
</script>
<style scoped lang="scss">
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment