Created
June 5, 2018 22:07
-
-
Save reginaldojunior/aa67df762faa61c0a7e25c04566279fd to your computer and use it in GitHub Desktop.
Component-ImportComponent.vue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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