Closed
Description
(Feature request)
Hello,
I'd like to wrap the tbody element of a bootstrap-vue table in a transition group:
<tbody is="transition-group" name="record-list">
[...]
</tbody>
Would it be possible to find a solution to hook transition groups into certain (nested) bootstrap-vue components without forking that particular component and maintaining a copy of your own? It would be nice to be able to hook one's own transitions and animations into components without jumping through too many hoops.