If the same page uses the same component multiple times, the components will interfere with each other
Vue version
3.2.41
Link to minimal reproduction
Steps to reproduce
- Upload a picture at position 2
- The picture will be transferred to the No. 1 component
What is expected?
It is expected that the picture will be uploaded in the No. 2 position, and the picture can be uploaded to the No. 2 position. Independent components should not interfere with each other.
What is actually happening?
Upload a picture at position 2, and upload the picture to position 1
System Info
No response
Any additional comments?
Using multiple identical components on the same page should not interfere with each other, but the actual effect is not in line with expectations.