.card.my-card(@click="jumpToNode(node)")
.card-content(style="min-width: 0%;")
.show-type(v-if="showType")
.my-type {{node.type}}
.my-id {{id}}
// img.awsicon(src="/aws-images/Compute_AmazonEC2_instance.png")
// b-icon(icon="link", size="is-small")
.my-label {{ label }}
.my-description {{ description }}
pre(v-if="showData === '' || showData === 'true'" rel="CSS")
| {{ node.data }}