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

This commit is contained in:
奔跑的面条 2022-05-10 18:21:50 +08:00
parent 01bb9a8939
commit d75697af0c
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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'