fix: 修改组件名称大写的问题

This commit is contained in:
MTrun
2022-03-10 14:57:34 +08:00
parent c29ecc8b0b
commit 96740a6841
6 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -48,20 +48,20 @@ const chartEditStore = useChartEditStore()
chartHistoryStoreStore.canvasInit(chartEditStore.getEditCanvas)
const HeaderLeftBtn = loadAsyncComponent(() =>
import('./HeaderLeftBtn/index.vue')
import('./headerLeftBtn/index.vue')
)
const HeaderRightBtn = loadAsyncComponent(() =>
import('./HeaderRightBtn/index.vue')
import('./headerRightBtn/index.vue')
)
const HeaderTitle = loadAsyncComponent(() => import('./HeaderTitle/index.vue'))
const HeaderTitle = loadAsyncComponent(() => import('./headerTitle/index.vue'))
const ContentLayers = loadAsyncComponent(() =>
import('./ContentLayers/index.vue')
import('./contentLayers/index.vue')
)
const ContentCharts = loadAsyncComponent(() =>
import('./ContentCharts/index.vue')
import('./contentCharts/index.vue')
)
const ContentConfigurations = loadAsyncComponent(() =>
import('./ContentConfigurations/index.vue')
import('./contentConfigurations/index.vue')
)
// 右键