0👍
This should work fine:
<draggable>
<div>
<transition-group>
<div v-for="item in items">...</div>
</transition-group>
</div>
</draggable>
- [Vuejs]-Translation in vue component
- [Vuejs]-How to import data from API to use as Fuse list in Vue app
Source:stackexchange.com