{
"Print soy Vue3 SFC page": {
"scope": "vue",
"prefix": ["v3","page","view"],
"body": [
"\n",
"",
" ",
" ",
" $2",
"
",
"\n",
],
},
"Print soy Vue3 SFC Component": {
"scope": "vue",
"prefix": ["component","comp"],
"body": [
"\n",
"",
" ",
" $2",
"
",
"\n",
],
},
"Print soy style": {
"scope": "vue",
"prefix": "st",
"body": ["\n"],
},
"Print soy script": {
"scope": "vue",
"prefix": "sc",
"body": ["\n"],
},
"Print soy template": {
"scope": "vue",
"prefix": "te",
"body": [
"",
" $1
",
"\n",
],
},
}