Skip to content

Instantly share code, notes, and snippets.

@praneetloke
Last active June 9, 2018 17:03
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 praneetloke/3f771ad53341dd291e53efe8b1008226 to your computer and use it in GitHub Desktop.
Save praneetloke/3f771ad53341dd291e53efe8b1008226 to your computer and use it in GitHub Desktop.
A custom component
<template>
<div>Test</div>
</template>
<script>
export default {
name: 'TestComponent',
};
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment