Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

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: /...
wittgenstein's user avatar
  • 4,530