mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-07 22:16:16 +08:00
feat: 文本编辑器支持更多语言 vue 补充 (#5666)
This commit is contained in:
parent
8301382770
commit
fd0260f43a
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ export const Languages = [
|
|||
label: 'json',
|
||||
value: ['json'],
|
||||
},
|
||||
{
|
||||
label: 'vue',
|
||||
value: ['vue'],
|
||||
},
|
||||
{
|
||||
label: 'typescript',
|
||||
value: ['ts'],
|
||||
|
|
Loading…
Add table
Reference in a new issue