Skip to content

Instantly share code, notes, and snippets.

@mjgartendev
Created May 25, 2018 03:13
Show Gist options
  • Save mjgartendev/002c808528d2b2355e62b2573704b645 to your computer and use it in GitHub Desktop.
Save mjgartendev/002c808528d2b2355e62b2573704b645 to your computer and use it in GitHub Desktop.
Basic Vue.js component using default languages.
<template>
<div>
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment