@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
15 lines (14 loc) • 409 B
JavaScript
import { defineComponent as o, openBlock as n, createElementBlock as a, toDisplayString as t } from "vue";
const r = { class: "flow-drawer-sub-title" }, s = o({ name: "flow-sub-title" }), i = /* @__PURE__ */ o({
...s,
props: {
prefix: { default: "" },
name: { default: "" }
},
setup(l) {
return (e, p) => (n(), a("span", r, t(e.prefix) + t(e.name), 1));
}
});
export {
i as default
};