ZaiZai 1 년 전
부모
커밋
7a58b1ce3d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      components/hc-tree/tree-node.vue

+ 5 - 0
components/hc-tree/tree-node.vue

@@ -180,4 +180,9 @@ const setParentCheck = (nodes) => {
         setParentCheck(nodes.parentNodes)
     }
 }
+
+//导出方法函数
+defineExpose({
+    nodeTap,
+})
 </script>