@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
13 lines (12 loc) • 362 B
JavaScript
import { defineComponent as r, openBlock as o, createBlock as e, unref as n } from "vue";
import "./style/index.css";
import { IconWarningFill as t } from "@javaguns/icon";
const c = r({ name: "flow-node-error-warn" }), s = /* @__PURE__ */ r({
...c,
setup(a) {
return (_, p) => (o(), e(n(t), { class: "node-error" }));
}
});
export {
s as default
};