feat: 新增预览背景图

This commit is contained in:
MTrun
2022-03-07 15:39:40 +08:00
parent c2e01b3907
commit b9b7c75627
4 changed files with 8 additions and 4 deletions
@@ -18,7 +18,7 @@
import { PropType, computed } from 'vue'
import { ChartEditStorageType } from '../../index.d'
import { chartColors } from '@/settings/chartThemes/index'
import { useSizeStyle, useComponentStyle } from '../../hooks/useStyle.hook'
import { useSizeStyle, useComponentStyle } from '../../utils'
const props = defineProps({
localStorageInfo: {