fix: 修改组件命名不规范的问题
This commit is contained in:
parent
5b88c7dae5
commit
b678e389df
@ -47,9 +47,9 @@ const chartEditStore = useChartEditStore()
|
|||||||
// 记录初始化
|
// 记录初始化
|
||||||
chartHistoryStoreStore.canvasInit(chartEditStore.getEditCanvas)
|
chartHistoryStoreStore.canvasInit(chartEditStore.getEditCanvas)
|
||||||
|
|
||||||
const HeaderLeftBtn = loadAsyncComponent(() => import('./contentHeader/headerLeftBtn/index.vue'))
|
const HeaderLeftBtn = loadAsyncComponent(() => import('./ContentHeader/headerLeftBtn/index.vue'))
|
||||||
const HeaderRightBtn = loadAsyncComponent(() => import('./contentHeader/headerRightBtn/index.vue'))
|
const HeaderRightBtn = loadAsyncComponent(() => import('./ContentHeader/headerRightBtn/index.vue'))
|
||||||
const HeaderTitle = loadAsyncComponent(() => import('./contentHeader/headerTitle/index.vue'))
|
const HeaderTitle = loadAsyncComponent(() => import('./ContentHeader/headerTitle/index.vue'))
|
||||||
const ContentLayers = loadAsyncComponent(() => import('./contentLayers/index.vue'))
|
const ContentLayers = loadAsyncComponent(() => import('./contentLayers/index.vue'))
|
||||||
const ContentCharts = loadAsyncComponent(() => import('./contentCharts/index.vue'))
|
const ContentCharts = loadAsyncComponent(() => import('./contentCharts/index.vue'))
|
||||||
const ContentConfigurations = loadAsyncComponent(() => import('./contentConfigurations/index.vue'))
|
const ContentConfigurations = loadAsyncComponent(() => import('./contentConfigurations/index.vue'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user