All Questions
1 question
5
votes
2
answers
13k
views
Vue.js 3: How to get props value and use it in functions in script setup?
We all love vue 3 new script setup, but it is difficult to shift to it because of low usage and less support. I faced problem while getting and using props value inside functions.My code was like ...