Skip to content

Instantly share code, notes, and snippets.

@reginaldojunior
Created June 5, 2018 22:07
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 reginaldojunior/aa67df762faa61c0a7e25c04566279fd to your computer and use it in GitHub Desktop.
Save reginaldojunior/aa67df762faa61c0a7e25c04566279fd to your computer and use it in GitHub Desktop.
Component-ImportComponent.vue
<script>
import Component from 'path/Component'
export default {
name: 'price-table',
data () {
return {
table: '',
tables: []
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment