From df1c45d77732cb7c9f3e593380ba72b5d55794f3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 04 三月 2024 10:32:30 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/home/react-node/node2.jsx | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/zy-asrs-flow/src/pages/home/react-node/node2.jsx b/zy-asrs-flow/src/pages/home/react-node/node2.jsx new file mode 100644 index 0000000..77aa261 --- /dev/null +++ b/zy-asrs-flow/src/pages/home/react-node/node2.jsx @@ -0,0 +1,15 @@ +import { NsGraph } from '@antv/xflow' +import React from 'react' +import { useAppContext } from '@antv/xflow' +import './node2.less' + +const Node2 = props => { + const ctx = useAppContext() + + return ( + <div className="node2-container"> + <div>{'React鑺傜偣2'}</div> + </div> + ) +} +export default Node2 \ No newline at end of file -- Gitblit v1.9.1