1.x版本的插件如何通过CDN的方式引入 #1805
Replies: 1 comment
-
需要注意的是1.x版本里没有导出升级后的BPMNAdapter插件,如果要用BPMNAdapter需要引2.0版本之后的CDN |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.x版本的插件都是以单独的js文件存在的,在现在的快速上手里有写1.x版本的插件如何引入
https://site.logic-flow.cn/tutorial/get-started
在写法上,引入插件需要以这样的公式写
https://cdn.jsdelivr.net/npm/@logicflow/extension@${版本号,例如1.2.28}/lib/${插件文件名,例如Menu、BpmnAdapter}.js
1.x版本插件CDN文件一览可以看这里:https://cdn.jsdelivr.net/npm/@logicflow/[email protected]/lib/
Beta Was this translation helpful? Give feedback.
All reactions