Parcourir la source

fix: 解决文件名称大小写问题

奔跑的面条 il y a 3 ans
Parent
commit
d75697af0c

+ 1 - 1
src/views/chart/ContentCharts/index.vue

@@ -47,7 +47,7 @@
 </template>
 
 <script setup lang="ts">
-import { ContentBox } from '../contentBox/index'
+import { ContentBox } from '../ContentBox/index'
 import { ChartsOptionContent } from './components/ChartsOptionContent'
 import { ChartsSearch } from './components/ChartsSearch'
 import {

+ 1 - 1
src/views/chart/ContentLayers/index.vue

@@ -41,7 +41,7 @@ import { computed, toRaw } from 'vue'
 import Draggable from 'vuedraggable'
 import cloneDeep from 'lodash/cloneDeep'
 
-import { ContentBox } from '../contentBox/index'
+import { ContentBox } from '../ContentBox/index'
 import { useChartLayoutStore } from '@/store/modules/chartLayoutStore/chartLayoutStore'
 import { ChartLayoutStoreEnum } from '@/store/modules/chartLayoutStore/chartLayoutStore.d'
 import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'