Skip to content

Instantly share code, notes, and snippets.

@artrayd
Last active January 15, 2022 08:44
Show Gist options
  • Save artrayd/fc1a108b479e746bcbc57a78bbc6e651 to your computer and use it in GitHub Desktop.
Save artrayd/fc1a108b479e746bcbc57a78bbc6e651 to your computer and use it in GitHub Desktop.
Empty VueJS Component
<template>
<div></div>
</template>
<script>
export default {
name: "Love",
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment