feat: 文本编辑器支持更多语言 vue 补充 (#5666)
Some checks failed
Build Test / build-linux-binary (push) Failing after -6m8s
Build / SonarCloud (push) Failing after -6m10s
sync2gitee / repo-sync (push) Failing after -6m11s

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