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
+1 -1
View File
@@ -27,7 +27,7 @@
<script setup lang="ts">
import { computed } from 'vue'
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'