Created
February 13, 2018 12:16
-
-
Save danielschmitz/642713efaa1dacab28b40800115aab82 to your computer and use it in GitHub Desktop.
Componente Vue recém criado
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
<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