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

17 lines (16 loc) 436 B
import { defineComponent as e, openBlock as n, createElementBlock as a, toDisplayString as c } from "vue"; const r = { class: "flow-chart-end-node-container" }, s = e({ name: "flow-chart-start-node" }), _ = /* @__PURE__ */ e({ ...s, props: { node: { default: { nodeName: "结束" } } }, setup(o) { const t = o; return (d, l) => (n(), a("div", r, c(t.node.nodeName), 1)); } }); export { _ as default };