mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 修改组件名称大写的问题
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
// 右键
|
||||
|
||||
Reference in New Issue
Block a user