mirror of
https://gitee.com/fit2cloud-feizhiyun/1Panel.git
synced 2024-12-05 13:29:11 +08:00
feat: 文本编辑器支持更多语言 vue 补充 (#5666)
This commit is contained in:
parent
8301382770
commit
fd0260f43a
@ -27,6 +27,10 @@ export const Languages = [
|
||||
label: 'json',
|
||||
value: ['json'],
|
||||
},
|
||||
{
|
||||
label: 'vue',
|
||||
value: ['vue'],
|
||||
},
|
||||
{
|
||||
label: 'typescript',
|
||||
value: ['ts'],
|
||||
|
Loading…
Reference in New Issue
Block a user