Skip to content

Instantly share code, notes, and snippets.

@danielschmitz
Created February 12, 2018 18:56
Show Gist options
  • Save danielschmitz/07c6238bdd7601e7bad9cac4d1dda6fa to your computer and use it in GitHub Desktop.
Save danielschmitz/07c6238bdd7601e7bad9cac4d1dda6fa to your computer and use it in GitHub Desktop.
HelloWord do template webpack refatorado
<template>
<section>
Hello World
</section>
</template>
<script>
export default {
name: 'HelloWorld',
data () {
return {
msg: 'Welcome to Your Vue.js App'
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment