0๐
โ
When ref is used inside v-for, the corresponding ref should contain an Array value, which will be populated with the elements after mount:
Also, you probably want to set maxHeight
instead of minHeight
โฆ
Here is your slightly modified code in the example: Vue SFC Playground.
Source:stackexchange.com