1👍
You just need to make sure the element id’s are unique, as jQuery uses these id’s to trigger the modal.
:id="'exampleModalScrollable'+tree.id"
:data-target="'#exampleModalScrollable'+tree.id"
You might want to consider bootstrap-vue which doesnt rely on jQuery and works more directly with Vue.
Source:stackexchange.com