style: 修改代码样式

This commit is contained in:
奔跑的面条
2022-08-17 17:49:04 +08:00
parent e4e1fee8b4
commit d09d1b96be
2 changed files with 1 additions and 5 deletions
@@ -21,7 +21,7 @@
</template>
<script setup lang="ts">
import { ref, computed, PropType, toRefs } from 'vue'
import { ref, computed, PropType } from 'vue'
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
import { useDesignStore } from '@/store/modules/designStore/designStore'
import { CreateComponentType, CreateComponentGroupType } from '@/packages/index.d'