StructV2/README.md
2021-08-08 22:35:44 +08:00

335 B

StructV2

启动

1. git clone
2. npm install
3. npm run dev

源码里一些概念解释

  1. Model里的defineProps方法是干什么的?
  2. ViewManager里面的shadowG6Instance属性是干什么的?
  3. ModelConstructor里面的constructLinksconstructMarkers具体做了什么工作?