소스 검색

deletet eslint

xiaoyang 5 년 전
부모
커밋
eed8e07de6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/components/DrawFlow/src/components/NodeConfigFactory/NodeFactory.js

+ 0 - 3
src/components/DrawFlow/src/components/NodeConfigFactory/NodeFactory.js

@@ -6,9 +6,6 @@
  */
  */
 import { HashCode } from "../../utils";
 import { HashCode } from "../../utils";
 export class Node {
 export class Node {
-  nodeId;
-  type;
-  childNode;
   title = "标题";
   title = "标题";
   content = "content";
   content = "content";
   conditionNodes;
   conditionNodes;