uniapp-代码块
{
"zs": {
"prefix": "zs",
"body": [
"<!-- S-$2 -->",
"$0",
"<!-- E-$2 -->"
],
"description": "vue注释代码块"
},
"/*": {
"prefix": "/*",
"body": [
"/**",
"* $0",
"*/"
],
"description": "js注释"
}
}