Skip to content

Instantly share code, notes, and snippets.

@jobcerto
Created June 24, 2017 00:52
Show Gist options
  • Save jobcerto/5e7e65721dd4a38e994aa08325807fc0 to your computer and use it in GitHub Desktop.
Save jobcerto/5e7e65721dd4a38e994aa08325807fc0 to your computer and use it in GitHub Desktop.
<template>
<div style="margin-top:100px; margin-left:50px;">
<h2>COMPONENTE 02: Ja fui renderizado, mas quero ouvir o evento foo</h2>
</div>
</template>
<script>
export default {
data() {
return {
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment