0👍
I had to pass the data through props since it’s passed from the parent to the child component. As described here in the Vue documentation:
https://vuejs.org/guide/essentials/component-basics.html#passing-props
- [Vuejs]-Vite build runs with error while dev runs fine, and IDE did not complain (Vue3, Typescript)
- [Vuejs]-How to truncate multiple lines while showing strings at the end?
Source:stackexchange.com