You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to stub the Vue Transition component but was unable to do so. I was able to unstub the component with transition: false (since it is stubbed by default) but if I want to provide a custom stub, e.g. transition: {template: '<p></p>'}, it gets ignored.