richardtallent / vue-simple-calendar

Simple Vue component to show a month-grid calendar with events
MIT License
878 stars 159 forks source link

tooltip doesn't work #212

Closed Luminus-developer closed 1 year ago

Luminus-developer commented 1 year ago

Hi! The tooltip doesn't replace the title. The line of your code is title: o.tooltip || o.title, I think you must replace it with : title: o.originalItem.tooltip || o.title, Have a nice Day Wal

richardtallent commented 1 year ago

Thanks, I'm working on a fix for the next version for this.

richardtallent commented 1 year ago

Thanks, this has been addressed in 6.1.0 and 6.2.0, released today.