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

Update documentation for default time step from 30 to 60 #487

Closed leadbetterben closed 2 years ago

leadbetterben commented 2 years ago

Currently, the default time step for the implementation is 60 and in the documentation is 30. This PR updates the documentation to be inline with the implementation.

See https://github.com/antoniandre/vue-cal/blob/973bf2852decfb8d2cefa35695766aee860ad765/src/vue-cal/index.vue#L251 for the implementation value and https://antoniandre.github.io/vue-cal/#api for the documentation value currently

@antoniandre

antoniandre commented 2 years ago

@leadbetterben,

Man that's so right, it's been like that forever. Thanks for correcting! Now live :)