From 19ddf98e1115f5976fda6b004f1a576bedc205bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=95=8A=E5=B9=B3?= <951984189@qq.com> Date: Mon, 1 Mar 2021 16:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A8=A1=E5=9D=97=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=A3=E7=A0=81=E7=89=87=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/config.code-snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/config.code-snippets b/.vscode/config.code-snippets index 0f793eb..7ce2b1a 100644 --- a/.vscode/config.code-snippets +++ b/.vscode/config.code-snippets @@ -13,7 +13,7 @@ " // 模块名称", " name: 'xxx',", " // 模块描述", - " describe: 'xxx',", + " description: 'xxx',", " // 中间件", " middlewares: [],", " } as ModuleConfig;",