feat: 新增编辑阶段 mock 接口轮询请求功能

This commit is contained in:
MTrun
2022-03-23 20:41:50 +08:00
parent c42e9ad0fb
commit 2d7db3f0f6
22 changed files with 117 additions and 70 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { onUnmounted, ref, nextTick, computed } from 'vue'
import { usePreviewScale } from '@/hooks/index'
import type { ChartEditStorageType } from '..'
import type { ChartEditStorageType } from '../index.d'
export const useScale = (localStorageInfo: ChartEditStorageType) => {