UNPKG

@javaguns/flow-ui

Version:

``` <template> <a-spin :spinning="loading"> <FlowDesigner ref="flowDesigner" top="50px"> </FlowDesigner> </a-spin> </template> <script lang="ts" setup> import { ref, provide, onMounted } from 'vue'; import { FlowDesigner, LoadingKey } from '@j

8 lines (7 loc) 161 B
import t from "./task-status.vue.mjs"; import { withInstall as o } from "@javaguns/utils"; const m = o(t); export { m as GunsFlowTaskStatus, m as default };