Vue version
3.4.21
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-auhpmh?file=src%2FApp.vue
Steps to reproduce
- Open
App.vue
- Change
ref="itemRefs" to v-bind="props" in the 23 line
What is expected?
itemRefs should have an array of the elements
What is actually happening?
itemRefs have only the last element
System Info
System:
OS: Linux 5.15 Arch Linux
CPU: (8) x64 Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz
Memory: 3.33 GB / 7.71 GB
Container: Yes
Shell: 5.2.26 - /usr/bin/bash
Binaries:
Node: 20.12.0 - ~/.nvm/versions/node/v20.12.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v20.12.0/bin/yarn
npm: 10.5.0 - ~/.nvm/versions/node/v20.12.0/bin/npm
pnpm: 8.15.6 - ~/.nvm/versions/node/v20.12.0/bin/pnpm
npmPackages:
vue: ^3.4.21 => 3.4.21
Any additional comments?
No response
Vue version
3.4.21
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-auhpmh?file=src%2FApp.vue
Steps to reproduce
App.vueref="itemRefs"tov-bind="props"in the 23 lineWhat is expected?
itemRefsshould have an array of the elementsWhat is actually happening?
itemRefshave only the last elementSystem Info
System: OS: Linux 5.15 Arch Linux CPU: (8) x64 Intel(R) Core(TM) i3-10100F CPU @ 3.60GHz Memory: 3.33 GB / 7.71 GB Container: Yes Shell: 5.2.26 - /usr/bin/bash Binaries: Node: 20.12.0 - ~/.nvm/versions/node/v20.12.0/bin/node Yarn: 1.22.22 - ~/.nvm/versions/node/v20.12.0/bin/yarn npm: 10.5.0 - ~/.nvm/versions/node/v20.12.0/bin/npm pnpm: 8.15.6 - ~/.nvm/versions/node/v20.12.0/bin/pnpm npmPackages: vue: ^3.4.21 => 3.4.21Any additional comments?
No response