mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增图表独立配置混合
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<n-layout-content content-style="overflow:hidden; display: flex">
|
||||
<ContentCharts />
|
||||
<ContentLayers />
|
||||
<ContentDetails />
|
||||
<ContentConfigurations />
|
||||
</n-layout-content>
|
||||
</n-layout>
|
||||
</div>
|
||||
@@ -60,8 +60,8 @@ const ContentLayers = loadAsyncComponent(() =>
|
||||
const ContentCharts = loadAsyncComponent(() =>
|
||||
import('./ContentCharts/index.vue')
|
||||
)
|
||||
const ContentDetails = loadAsyncComponent(() =>
|
||||
import('./ContentDetails/index.vue')
|
||||
const ContentConfigurations = loadAsyncComponent(() =>
|
||||
import('./ContentConfigurations/index.vue')
|
||||
)
|
||||
|
||||
// 右键
|
||||
|
||||
Reference in New Issue
Block a user