GeoffZhu / vue-event-calendar

A simple events calendar for Vue2, no dependencies except Vue2.
http://geoffzhu.cn/vue-event-calendar/
635 stars 228 forks source link

How to hide events-wrapper? #70

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is there anyway to hide the events-wrapper

GeoffZhu commented 6 years ago

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

ghost commented 6 years ago

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

It is not working as expected.