GeoffZhu/vue-event-calendar

How to hide events-wrapper?

Opened this issue · 2 comments

Is there anyway to hide the events-wrapper

Use css, .events-wrapper{ dispaly: none; }

@GeoffZhu Thanks for fast reply.
<style scoped> .events-wrapper{ dispaly: none; } </style>

It is not working as expected.