Is there a way to only display a slot if it has any content?
For example, I\'m building a simple Card.vue component, and I only want the footer displayed if
Card.vue
Hope I understand this right. Why not using a tag, which is not rendered, if the slot is empty.
Use it like this:
...