Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 16, 2019 00:08
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 parzibyte/225e7afe2a879e03356e145e3f40546a to your computer and use it in GitHub Desktop.
Save parzibyte/225e7afe2a879e03356e145e3f40546a to your computer and use it in GitHub Desktop.
new Vue({
el: "#app",
data: () => ({
calificaciones: {
"Luis": 10,
"Fernando": 5,
"Rodrigo": 7,
},
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment