feat: 新增图表独立配置混合

This commit is contained in:
mtruning
2022-02-26 17:38:24 +08:00
parent 0bf38c032c
commit 8d97bdc976
43 changed files with 271 additions and 170 deletions
+3 -3
View File
@@ -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')
)
// 右键