在React和Vue中引入mxGraph示例

2019-12-21
阅读 2 分钟
4.4k
本文简单记录一下在项目中引入 mxGraph 到 React 和 Vue中。关于 mxGraph 是什么请自行搜索。 下面是 mxGraph 所涉及的仓库地址 mxgraph mxgraph-typeings 在 React 中引入 这里基干 ES6 的写法引入示例: {代码...} 在 Vue 中引入 这是基于 Vue + Typescript 方式的引入示例: {代码...}