Skip to content

Instantly share code, notes, and snippets.

@isaacssemugenyi
Created June 5, 2021 10:07
Show Gist options
  • Save isaacssemugenyi/3972c5af880361a64ba896dc7f49439c to your computer and use it in GitHub Desktop.
Save isaacssemugenyi/3972c5af880361a64ba896dc7f49439c to your computer and use it in GitHub Desktop.
Basic vue component structure
<template>
</template>
<script>
export default {
}
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment