Skip to content

Instantly share code, notes, and snippets.

@clarkdo
Last active April 23, 2020 17:47
Show Gist options
  • Save clarkdo/f86fe48200a4e748f711b26b9153fdc2 to your computer and use it in GitHub Desktop.
Save clarkdo/f86fe48200a4e748f711b26b9153fdc2 to your computer and use it in GitHub Desktop.
<template>
<section>
<Btn/>
</section>
</template>
<script>
export default {
components: {
Btn: Button
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment