Currently, I am utilizing Vite 3 along with Vue 3 and Vuetify 3 (including the Volar extension and ESLint). Additionally, I am incorporating the composition API in script setup mode.
Within my HTML code, I am utilizing Vuetify's v-select
. Unfortunately, I am encountering an issue with the v-model prop when attempting to assign a ref to it.
The error can be seen in this screenshot: https://i.stack.imgur.com/vjrn4.png
Moreover, the value section is displaying only a number in this image: https://i.stack.imgur.com/WyIko.png
If anyone has insight into what may be causing this problem, I would greatly appreciate your input.