<template> </template> <script type="ecmascript-6"> </script> <style rel="stylesheet"> </style>
Copy after login
Step 2: Open Default.sublime-commands and copy Paste the following configurationStep 3: Add the shortcut key Default.sublime-keymap,{
"caption": "Tmpl: Create vue", "command": "sublime_tmpl",
"args": {"type": "vue"}
}
Copy after login
,{ "keys": ["ctrl+alt+e"], "command": "sublime_tmpl", "args": {"type": "vue"}, "context": [{"key": "sublime_tmpl.vue"}] }
Copy after login