Skip to main content

All Questions

4 votes
1 answer
7k views

How to use a template ref on a custom component in vue 3 compositon api

When I try to get the ref of my custom components it results in: Proxy {__v_skip: true} [[Handler]]: Object [[Target]]: Proxy [[IsRevoked]]: false but works just fine when replacing d-icon-button ...
Daniel Terletzkiy's user avatar
0 votes
2 answers
3k views

Vue js - ref within v-for loop always returning null

I am trying to access an element in Vue as I want to see when it's class changes (I'm using Bootstrap so I want to watch for when a class changes to shown). The problem is that as soon as I put a ref'...
mellows's user avatar
  • 333