From c9739b69afdc06de4706ee71921d7d05bfd83227 Mon Sep 17 00:00:00 2001 From: Yurun Date: Wed, 24 Jan 2024 10:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tsconfig.json b/web/tsconfig.json index 118cd11..527d3b3 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -11,6 +11,7 @@ "esModuleInterop": true, "allowSyntheticDefaultImports": true, "jsx": "preserve", + "jsxImportSource": "vue", "moduleResolution": "node", "resolveJsonModule": true, "noUnusedLocals": true,