You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an easy way to get the month and year in a parent component? I am making an export in PDF of the data, and to do that I need to get the month and date so I can grab data from database and process them to pdf. I have tried dispatching events on afterMount, nextMonth and previousMonth events, but I am not getting any data back to parent component. The next and previous month functions do as they are supposed to. Any help is appreaciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there an easy way to get the month and year in a parent component? I am making an export in PDF of the data, and to do that I need to get the month and date so I can grab data from database and process them to pdf. I have tried dispatching events on afterMount, nextMonth and previousMonth events, but I am not getting any data back to parent component. The next and previous month functions do as they are supposed to. Any help is appreaciated.
Beta Was this translation helpful? Give feedback.
All reactions