With a vuetify stepper, the default transition effect seems to be slide-x-transition. Adding the transition prop (transition="fade-transition") to this component doesn't seem to have any effect- is there any way to override the default animation?
Please see my simple jfiddle here