|
@@ -12,6 +12,7 @@
|
|
|
:width="wrapSize.width"
|
|
|
:height="wrapSize.height"
|
|
|
>
|
|
|
+ <HelpLine :lines="helpLines" :curNode="curNode" :wrapSize="wrapSize" />
|
|
|
<SvgLines :lines="lines" :nodes="nodes" />
|
|
|
<template v-for="i in nodes" :key="i.id">
|
|
|
<component
|
|
@@ -28,11 +29,6 @@
|
|
|
/>
|
|
|
</template>
|
|
|
<line v-if="lineStartPoint" v-bind="dashLineAttr" class="dash-line" />
|
|
|
- <HelpLine
|
|
|
- :lines="helpLines"
|
|
|
- :curNode="curNode"
|
|
|
- :wrapSize="wrapSize"
|
|
|
- ></HelpLine>
|
|
|
</svg>
|
|
|
</div>
|
|
|
</template>
|