feat:新增预览页面位置图表位置渲染功能

This commit is contained in:
mtruning
2022-03-06 16:54:48 +08:00
parent 41798a2ec6
commit 33174f8208
8 changed files with 107 additions and 24 deletions
+5
View File
@@ -0,0 +1,5 @@
import { ChartEditStorage } from '@/store/modules/chartEditStore/chartEditStore.d'
export interface ChartEditStorageType extends ChartEditStorage {
id: string
}