Last active
February 7, 2018 06:35
-
-
Save manuglopez/adb9ac0898842c6d07c673b33d4853e6 to your computer and use it in GitHub Desktop.
Vue template for Live Template in PhpStorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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