Timur Yessentayev
Results
1
comments of
Timur Yessentayev
U can use @update:model-value="handleDate" I'm on Nuxt 3 ` import { ref } from 'vue'; const date = ref(); const handleDate = (modelData) => { date.value = modelData; // do...