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
The Child.vue component should be stubbed by shallowMount.
What is actually happening?
The Child.vue component is not stubbed and simply rendered as is.
The pattern which written in reproduction is an approach to deal with circular reference between components. It is stated in Vue.js official documentation. So I think it would be useful if we can handle such pattern on shallowMount.