Skip to content

Instantly share code, notes, and snippets.

@shailen-naidoo
Created December 10, 2018 09:36
Show Gist options
  • Save shailen-naidoo/76146ad10f395306c53e829ca5f5992e to your computer and use it in GitHub Desktop.
Save shailen-naidoo/76146ad10f395306c53e829ca5f5992e to your computer and use it in GitHub Desktop.
Vue files
<template>
<my-button-counter></my-button-counter>
</template>
<script>
import MyButtonCounter from "./MyButtonCounter.vue";
export default {
components: {
MyButtonCounter
}
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment