mirror of
https://github.com/palxiao/poster-design
synced 2024-11-21 23:30:11 +00:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
|
{
|
||
|
// ${1:label}, ${2:another}
|
||
|
"Print to console": {
|
||
|
"prefix": "apidoc",
|
||
|
"body": [
|
||
|
"/**",
|
||
|
"* @api {get} /user/getUserById/:id ${3:__apiname__}",
|
||
|
"* @apiGroup ${1:label}",
|
||
|
"*/"
|
||
|
],
|
||
|
"description": "my ts-vue template"
|
||
|
}
|
||
|
}
|