Is there a way to modify or replace transitions within a Vue component? I am currently using Buefy components for my website, but I have encountered an issue with certain components like collapse that have a slot with a fade transition that I do not prefer.
I am curious if it is possible to override Vue transitions or create a mixin to alter JavaScript transition hooks. However, the challenge now lies in the fact that CSS transitions are being applied instead of the desired JavaScript hooks for a slide transition.
Is there a way to achieve a slide transition without creating a new Vue component?