0👍
Not sure this is a coding question, feels more like app design. But if I were you, I’d have a "selectedDay" property in the parent Vue element that would point to the highlighted cell. And then I’d raise a "clicked" or "selected" event in the child element. In the parent, you can hook a method up for to event raised by the child and act accordingly.
Source:stackexchange.com