mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-03 03:56:41 +08: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"
|
|
}
|
|
} |