antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

To hide class "vuecal__body" in day view #485

Closed CodingSnorlax closed 2 years ago

CodingSnorlax commented 2 years ago

Hi, i have a question about how to hide "vuecalbody" in day view, but still need to keep the "vuecalheader" part in day view, and i code with composition api, can anyone help??

Thanks a lot!

antoniandre commented 2 years ago

Hi @CodingSnorlax As straightforward as .vuecal--day-view .vuecal__body {display: none} Don't forget to inspect the CSS classes, all you need should be there.