Skip to content

Instantly share code, notes, and snippets.

@manuglopez
Last active February 7, 2018 06:35
Show Gist options
  • Select an option

  • Save manuglopez/adb9ac0898842c6d07c673b33d4853e6 to your computer and use it in GitHub Desktop.

Select an option

Save manuglopez/adb9ac0898842c6d07c673b33d4853e6 to your computer and use it in GitHub Desktop.
Vue template for Live Template in PhpStorm
<template>
$template$
</template>
<script>
export default {
props: [$Prop$],
data() {
return {
$return$
}
},
methods: {
$function_name$
},
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment