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

pull/5674/head
John Bro 5 months ago committed by GitHub
parent 8301382770
commit fd0260f43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save