feat(Workflow): add modules

This commit is contained in:
jxxghp
2025-02-23 13:16:01 +08:00
parent 24a8125621
commit 7a025bcd38
7 changed files with 230 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import api from '@/api'
import { Workflow } from '@/api/types'
import { useDisplay } from 'vuetify'
import WorkflowEditDialog from '@/components/dialog/WorkflowEditDialog.vue'
// APP
const display = useDisplay()