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.
Vue.js 3: Why I can’t access .value of ref?
I have variable using ref() named ‘error’, I can access .value normally =>
image 1