Skip to content

Instantly share code, notes, and snippets.

@acacha
Created November 13, 2017 18:43
Show Gist options
  • Save acacha/891bae9e5497346cf6f4a48b9d522e5b to your computer and use it in GitHub Desktop.
Save acacha/891bae9e5497346cf6f4a48b9d522e5b to your computer and use it in GitHub Desktop.
Vue component template
<template>
<div>
{{#[[$data$]]#}}
</div>
</template>
<style>
</style>
<script>
export default {
name: '#[[$name$]]#',
data() {
return {
#[[$data$]]#: 'example'
}
},
mounted() {
console.log('Mounted ok')
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment