cocos3d 新手教程里的vmath的api在哪?

如题,vscode里提示错误,api里也找不到,还有vscode打不开TS脚本,提示a javaScript error occurred in the main process.
相关代码:
vmath.vec3.add(this._targetPos, this._curPos, cc.v3(this._jumpStep, 0, 0));

不好意思,demo 是较早版本写的,没有及时维护,现在改名到 math 上面了

人力有限,欢迎 PR 支持,仓库地址

问题已修复
https://github.com/cocos-creator/docs-3d/pull/109