fix: 提取滤镜,变换,动画方法到全局

This commit is contained in:
奔跑的面条
2022-05-03 16:29:53 +08:00
parent ef9e4c8ea4
commit cf50e77daf
4 changed files with 36 additions and 30 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
<script setup lang="ts">
import { computed } from 'vue'
import { PreviewRenderList } from './components/PreviewRenderList'
import { getEditCanvasConfigStyle, getFilterStyle, getSessionStorageInfo } from './utils'
import { getFilterStyle } from '@/utils'
import { getEditCanvasConfigStyle, getSessionStorageInfo } from './utils'
import { useComInstall } from './hooks/useComInstall.hook'
import { useScale } from './hooks/useScale.hook'
import { useStore } from './hooks/useStore.hook'