Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created January 27, 2019 17:20
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/fa33ea7c20e1bfda7813b596e84bdaac to your computer and use it in GitHub Desktop.
Save uno-de-piera/fa33ea7c20e1bfda7813b596e84bdaac to your computer and use it in GitHub Desktop.
<template lang='pug'>
div.container
div Vuejs + Pug con {{ name }}
</template>
<script>
export default {
name: 'home',
data () {
return {
name: 'Cursosdesarrolloweb'
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment