1. 控件优化

2. 增加monaco-editor、echarts等
This commit is contained in:
Gary Fu
2024-06-30 10:58:24 +08:00
parent 56fd1fa151
commit aac8f09802
74 changed files with 8494 additions and 936 deletions

View File

@@ -22,7 +22,7 @@ const activeRoutePath = computed(() => {
return props.defaultActivePath
}
const current = useParentRoute(route)
return current && current.path !== '/' ? current.path : ''
return current && current.path !== '/' ? current.path : '--'
})
</script>
@@ -39,7 +39,7 @@ const activeRoutePath = computed(() => {
>
<common-menu-item
:menu-item="menuItem"
:index="index"
:index="`${index}`"
>
<template #split>
<slot name="split" />