From fd0260f43a51af5c58787b32988ba0f99ac96d89 Mon Sep 17 00:00:00 2001 From: John Bro <42930107+john1298308460@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:07:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E6=94=AF=E6=8C=81=E6=9B=B4=E5=A4=9A=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=20vue=20=E8=A1=A5=E5=85=85=20(#5666)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/global/mimetype.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/global/mimetype.ts b/frontend/src/global/mimetype.ts index 3449626d2..11a9615f1 100644 --- a/frontend/src/global/mimetype.ts +++ b/frontend/src/global/mimetype.ts @@ -27,6 +27,10 @@ export const Languages = [ label: 'json', value: ['json'], }, + { + label: 'vue', + value: ['vue'], + }, { label: 'typescript', value: ['ts'],