-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问在vue2 里使用 x6 vue-shape 2.0 的register函数注册VUE节点的话如何挂载ports 链接桩呢 #3003
Comments
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. To help make it easier for us to investigate your issue, please follow the contributing guidelines. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
同样是配置 ports 属性。 |
|
@AALiujiajun 是那样写的,你可以把你的完整配置发出来看看。 |
好的 谢谢大佬 |
解决了,在使用vue组件时增加ports |
|
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
问题描述
请问在vue2 里使用 x6 vue-shape 2.0 的register函数注册VUE节点的话如何挂载ports 链接桩呢
重现链接
x
重现步骤
1.3x
Graph.registerNode(
'dag-condition',
{
inherit: 'vue-shape',
component: xxx,
ports: {
// 链接桩
},
true
)
2.x
register({
shape: "normal-shape",
component: xxx
});
我该如何初始化链接桩
预期行为
注册VUE节点时可以初始化链接桩
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: