This commit is contained in:
X1627315083@163.com
2026-03-19 17:14:57 +08:00
parent 4648416f13
commit 59a9c7c80f
3 changed files with 12 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
import FullscreenDialog from '../components/fullscreen-dialog.vue'
import flowCanvas from './flow-canvas.vue'
import { ref } from 'vue'
import { getSketchFlowCanvas, putSketchFlowCanvas } from '@/api/flow-canvas'
import { getSketchFlowCanvas } from '@/api/flow-canvas'
import { useI18n } from 'vue-i18n'
const dialogVisible = ref(false)