Commit 2c992bec9565835a4ab7517441983c9bad956217

Authored by xp.Huang
2 parents e47ea80c 97d5d580

Merge branch 'dev_ft' into 'main_dev'

fix(src/views/chart):  修改打包失败

See merge request yunteng/thingskit-view!179
... ... @@ -150,7 +150,7 @@ const { ColorPaletteIcon } = icon.ionicons5
150 150 const { ScaleIcon, FitToScreenIcon, FitToHeightIcon, FitToWidthIcon } = icon.carbon
151 151
152 152 const chartEditStore = useChartEditStore()
153   -const canvasConfig = computed(() => chartEditStore.getEditCanvasConfig)
  153 +const canvasConfig = computed(() => chartEditStore.getEditCanvasConfig) as any
154 154 const editCanvas = chartEditStore.getEditCanvas
155 155
156 156 const uploadFileListRef = ref()
... ...