Commit 2c992bec9565835a4ab7517441983c9bad956217
Merge branch 'dev_ft' into 'main_dev'
fix(src/views/chart): 修改打包失败 See merge request yunteng/thingskit-view!179
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -150,7 +150,7 @@ const { ColorPaletteIcon } = icon.ionicons5 | @@ -150,7 +150,7 @@ const { ColorPaletteIcon } = icon.ionicons5 | ||
150 | const { ScaleIcon, FitToScreenIcon, FitToHeightIcon, FitToWidthIcon } = icon.carbon | 150 | const { ScaleIcon, FitToScreenIcon, FitToHeightIcon, FitToWidthIcon } = icon.carbon |
151 | 151 | ||
152 | const chartEditStore = useChartEditStore() | 152 | const chartEditStore = useChartEditStore() |
153 | -const canvasConfig = computed(() => chartEditStore.getEditCanvasConfig) | 153 | +const canvasConfig = computed(() => chartEditStore.getEditCanvasConfig) as any |
154 | const editCanvas = chartEditStore.getEditCanvas | 154 | const editCanvas = chartEditStore.getEditCanvas |
155 | 155 | ||
156 | const uploadFileListRef = ref() | 156 | const uploadFileListRef = ref() |