perf: 优化部分 UI 显示

This commit is contained in:
Junyan Qin
2024-11-12 18:57:43 +08:00
parent eabdda5eb1
commit e0d9a295ab
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ import Vjsf from '@koumoul/vjsf';
const { proxy } = getCurrentInstance()
const managerList = ref([])
const configType = ref('json') // ui or json
const configType = ref('') // ui or json
const currentManager = ref(null)
const currentManagerName = ref('')
const currentManagerDocLink = ref('')