All Questions
1 question
47
votes
8
answers
54k
views
can't use template ref on component in vue 3 composition api
I want to get the dimensions of a vue.js component from the parent (I'm working with the experimental script setup).
When I use the ref inside a component, it works as expected. I get the dimensions:
/...