Merge branch 'dev' into master-fetch-dev

This commit is contained in:
奔跑的面条 2024-03-14 17:15:25 +08:00
commit bd5adfa922

View File

@ -36,7 +36,7 @@ let option = shallowReactive({ ...configOption })
//
const vVideoRef = ref(null)
useChartDataFetch(props.chartConfig, useChartEditStore, (newData: any) => {
option = newData
option.dataset = newData
})
//