11 lines
248 B
JSON
Executable File
11 lines
248 B
JSON
Executable File
{
|
|
"script:setup": {
|
|
"prefix": "script:setup",
|
|
"body": [
|
|
"<script setup lang=\"ts\">",
|
|
"\t$1",
|
|
"</script>"
|
|
],
|
|
"description": "Setup the basic structure of a class in JS"
|
|
}
|
|
} |