How to hide events-wrapper?
Opened this issue · 2 comments
Deleted user commented
Is there anyway to hide the events-wrapper
GeoffZhu commented
Use css, .events-wrapper{ dispaly: none; }
Deleted user commented
@GeoffZhu Thanks for fast reply.
<style scoped> .events-wrapper{ dispaly: none; } </style>
It is not working as expected.