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'],