Skip to content

Instantly share code, notes, and snippets.

@sparrow
Created March 6, 2018 08:42
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 sparrow/88f2ac6c3869b1314d2fd5cfaae7c399 to your computer and use it in GitHub Desktop.
Save sparrow/88f2ac6c3869b1314d2fd5cfaae7c399 to your computer and use it in GitHub Desktop.
This is a JavaScript code snippet that we used for our blog post https://rubygarage.org/blog/things-vue-takes-from-react-and-angular at RubyGarage. This is an example of two-way data binding implementation in Vue.
<div class='field'>
<input placeholder='Title' v-model='newArticle.title' />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment