Skip to content

Instantly share code, notes, and snippets.

@danielschmitz
Created February 13, 2018 12:16
Show Gist options
  • Save danielschmitz/642713efaa1dacab28b40800115aab82 to your computer and use it in GitHub Desktop.
Save danielschmitz/642713efaa1dacab28b40800115aab82 to your computer and use it in GitHub Desktop.
Componente Vue recém criado
<template>
<div>
FormBox
</div>
</template>
<script>
export default {
name: 'FormBox',
data () {
return {
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment