Skip to content

Instantly share code, notes, and snippets.

@walkerdigital
Created September 24, 2019 15:44
Show Gist options
  • Save walkerdigital/319d81e7283b1241229348278bbcd8d4 to your computer and use it in GitHub Desktop.
Save walkerdigital/319d81e7283b1241229348278bbcd8d4 to your computer and use it in GitHub Desktop.
Vue Single File Component Template
<template>
</template>
<script>
export default {
}
</script>
<style lang="scss">
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment