Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created January 24, 2019 07:22
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 uno-de-piera/aeca25c2eedf5e476cfc3c88ce65cd17 to your computer and use it in GitHub Desktop.
Save uno-de-piera/aeca25c2eedf5e476cfc3c88ce65cd17 to your computer and use it in GitHub Desktop.
<template>
<div>{{ mensaje }}</div>
</template>
<script>
export default {
data () {
return {
mensaje: 'HOLA MUNDO'
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment