Relative Content

Tag Archive for vue.jsvuejs3

How can I get modified value of input in Vue?

I have a dates object that is passed to a component, and when a new date is clicked the list changes so I think I need to use a computed property to set the date. I tried using data but then the value wouldn’t change when a new date was clicked.