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

9 lines (8 loc) 157 B
import { ref as r } from "vue"; function n() { const o = r({}), e = r({}); return { dragSourceNode: o, dragTargetNode: e }; } export { n as useDrag };