Skip to content

Instantly share code, notes, and snippets.

@BrunoAlencar
Created December 6, 2019 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrunoAlencar/a03e59e9841051c59574991ef693f8f8 to your computer and use it in GitHub Desktop.
Save BrunoAlencar/a03e59e9841051c59574991ef693f8f8 to your computer and use it in GitHub Desktop.
Vue code
<div id="app">
{{ message }}
</div>
new Vue({
el: '#app',
data: {
message: "Hello Vue!"
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment