feat: 文本编辑器支持更多语言 vue 补充 (#5666)

This commit is contained in:
John Bro 2024-07-03 19:07:29 +08:00 committed by GitHub
parent 8301382770
commit fd0260f43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,10 @@ export const Languages = [
label: 'json',
value: ['json'],
},
{
label: 'vue',
value: ['vue'],
},
{
label: 'typescript',
value: ['ts'],