fix(nodes): remove v-if

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 365a8a80fa
commit 3838ffc2fb
@@ -215,7 +215,6 @@ export default {
>
<component
:is="type"
v-if="nodeElement"
:id="node.id"
:type="node.type"
:data="node.data"