效果 (源码网盘地址在最后)

最近开源了一个 Vue 组件,还不够完善,欢迎大家来一起完善它,也希望大家能给个 star 支持一下,谢谢各位了。
github 地址:https://github.com/qq449245884/vue-okr-tree
源码
index.html
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>121.使用gsap scrollTrigger滚动触发CSS动画</title>
<link href="./style.css" target="_blank" rel="external nofollow" rel="stylesheet">
</head>
<body>
<section>
<div class="imgBx">
<img src="img.jpg" alt="">
</div>
</section>
<sec