🔧 Created default vue template espanso
This commit is contained in:
parent
4c23390880
commit
743eed432c
2 changed files with 24 additions and 0 deletions
|
|
@ -310,6 +310,16 @@ matches:
|
|||
params:
|
||||
cmd: "~/scripts/html5 ; echo ''"
|
||||
|
||||
# returns default vue layout
|
||||
- trigger: ";vue"
|
||||
force_clipboard: true
|
||||
replace: "{{output}}"
|
||||
vars:
|
||||
- name: output
|
||||
type: shell
|
||||
params:
|
||||
cmd: "~/scripts/vue ; echo ''"
|
||||
|
||||
# returns default html5 layout
|
||||
- trigger: ";php"
|
||||
force_clipboard: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue