refs-inside-v-for not working
Version
3.2.31
Reproduction link
Steps to reproduce
- git clone https://github.com/sunny-repo88/vue3-refs-inside-v-for-bug.git
- npm install
- npm run dev
What is expected?
should alert 1,2,3
detect the li element same as playground example in https://vuejs.org/guide/essentials/template-refs.html#refs-inside-v-for
What is actually happening?
alert empty string. cannot detect li element using refs