@@ -0,0 +1,8 @@
+{
+ "snip1": {
+ "prefix": "flex-center",
+ "body": [
+ "flex flex-center flex-col"
+ ]
+ }
+}
@@ -0,0 +1,9 @@
+ "api": {
+ "prefix": "api",
+ "description": "API 数据请求 ",
+ "this.\\$api.$1($2).then(res => {\n if (res.code === 200) {\n console.log(res)\n } else {\n console.log(res.msg)\n }\n })"
+ "log": {
+ "prefix": "log",
+ "console.log($1)"
+ ],
+ "description": "console log"
@@ -7,6 +7,18 @@
"lua"
],
"path": "./lua.json"
+ },
+ {
+ "language": [
+ "vue"
+ "path": "./js/log.json"
+ "path": "./js/api.json"
}
]