Open holic-cl opened 7 years ago
I don't know why is happening this to me, but is something that has to be with css.
.collapse {
display: none;
}
So i put scoped styles on the component
.collapse {
display: block;
}
But then i got a custom style on the card-content class:
element.style {
height: 0px;
opacity: 0;
}
Hi,
I installed collapse, and it is shown in vue-tools, but not appear on the website.
I don't know what i am doing wrong. Any suggestion?
Regards