Skip to content

Instantly share code, notes, and snippets.

@JohanCodinha
Last active January 31, 2018 06:25
Show Gist options
  • Select an option

  • Save JohanCodinha/362c7de527598c45fb99e76db77ca2fe to your computer and use it in GitHub Desktop.

Select an option

Save JohanCodinha/362c7de527598c45fb99e76db77ca2fe to your computer and use it in GitHub Desktop.
<template>
<div>
</div>
</template>
<script>
export default {
name: 'templateComponent',
props: {
item: Object,
index: Number
},
computed: {
},
};
</script>
<style lang="">
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment