Prechádzať zdrojové kódy

fix: 修改组件命名不规范的问题

奔跑的面条 3 rokov pred
rodič
commit
b678e389df
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src/views/chart/index.vue

+ 3 - 3
src/views/chart/index.vue

@@ -47,9 +47,9 @@ const chartEditStore = useChartEditStore()
 // 记录初始化
 chartHistoryStoreStore.canvasInit(chartEditStore.getEditCanvas)
 
-const HeaderLeftBtn = loadAsyncComponent(() => import('./contentHeader/headerLeftBtn/index.vue'))
-const HeaderRightBtn = loadAsyncComponent(() => import('./contentHeader/headerRightBtn/index.vue'))
-const HeaderTitle = loadAsyncComponent(() => import('./contentHeader/headerTitle/index.vue'))
+const HeaderLeftBtn = loadAsyncComponent(() => import('./ContentHeader/headerLeftBtn/index.vue'))
+const HeaderRightBtn = loadAsyncComponent(() => import('./ContentHeader/headerRightBtn/index.vue'))
+const HeaderTitle = loadAsyncComponent(() => import('./ContentHeader/headerTitle/index.vue'))
 const ContentLayers = loadAsyncComponent(() => import('./contentLayers/index.vue'))
 const ContentCharts = loadAsyncComponent(() => import('./contentCharts/index.vue'))
 const ContentConfigurations = loadAsyncComponent(() => import('./contentConfigurations/index.vue'))