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
It should print out the ChildComponents in the components option.
What is actually happening?
it only contains "transition" and "transition-group" when doing a regular mount(), however using shallowMount() the child components (ChildComponent, ChildComponent2) exist in the object.
The text was updated successfully, but these errors were encountered:
reginsmol
changed the title
Components manually imported via $options.component do not exist when mounted()
Components manually imported via $options.components do not exist when mounted()
Dec 13, 2018
Version
1.0.0-beta.27
Reproduction link
https://github.com/Reginsmol/test-utils-components-option-reproduction
Steps to reproduce
What is expected?
It should print out the ChildComponents in the components option.
What is actually happening?
it only contains "transition" and "transition-group" when doing a regular mount(), however using shallowMount() the child components (ChildComponent, ChildComponent2) exist in the object.
The text was updated successfully, but these errors were encountered: