Created
February 12, 2018 18:56
-
-
Save danielschmitz/07c6238bdd7601e7bad9cac4d1dda6fa to your computer and use it in GitHub Desktop.
HelloWord do template webpack refatorado
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> | |
<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