From 033d8828a9545770e98909291dcb6fd8db90ee41 Mon Sep 17 00:00:00 2001 From: invalid w Date: Fri, 6 Oct 2023 14:51:55 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=A7=A3=E5=86=B3ts=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=80=9A=E8=BF=87alias=E5=BC=95=E5=85=A5vue=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8E,=20vscode=E8=B0=83=E8=BD=AC=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E6=AD=A3=E7=A1=AEvue=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=20(#3?= =?UTF-8?q?099)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/extensions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index f7e6b5f3b..fecb1292a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,6 +8,7 @@ "lokalise.i18n-ally", "antfu.iconify", "mikestead.dotenv", - "heybourn.headwind" + "heybourn.headwind", + "vue.vscode-typescript-vue-plugin" ] }