Skip to content

Instantly share code, notes, and snippets.

@cristofersousa
Created May 14, 2018 15:03
Show Gist options
  • Save cristofersousa/279c69af31e8fb4855f31ff98869ef42 to your computer and use it in GitHub Desktop.
Save cristofersousa/279c69af31e8fb4855f31ff98869ef42 to your computer and use it in GitHub Desktop.
new Vue({
el: "#app",
data() {
return {
hello: "Hello, ContaAzul!"
}
}
});
<div id="app">
<span>
{{ hello }}
</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment