Guest User

Untitled

a guest
Nov 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <input v-model="algo" />
  2. data: function () {
  3. return {
  4. algo: ''
  5. }
  6. // Luego usas this.algo para obtener su valor. o {{ algo }} en el lado html
  7. }
Add Comment
Please, Sign In to add comment