adriaandotcom / blog.adriaan.io

The tech blog of Adriaan
https://blog.adriaan.io
Other
10 stars 14 forks source link

vue-2-this-refs-is-undefined-with-v-if #26

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Vue 2: this.$refs is undefined with v-if · Adriaan's blog

https://blog.adriaan.io/vue-2-this-refs-is-undefined-with-v-if.html

keesklopt commented 2 years ago

thanx. that post was exactly what I was looking for, good explanation !!

adriaandotcom commented 2 years ago

You're welcome :)

theofanisv commented 2 years ago

Thank you!

keesklopt commented 2 years ago

Je bent ongetwijfeld Nederlands, Ik vond 0 comments wel erg weinig voor een goed advies. Het was voor mij direct toepasbaar

B.r.w ben je misschien familie van : Anne van Rossum (ex collega)

of natuurlijk Guido of Maarten ?

mvgr Kees.

adriaandotcom commented 2 years ago

Ja, dat klopt :) Broer van Anne zelfs. Bedankt voor je positieve comment!

felipeozalmeida commented 4 months ago

Thanks. My ref also was behind a conditional. I just check for nullish ref now and, when it happens, I "await nextTick()" before trying to use it.