<!-- Ouch, sorry you’ve run into a bug. Thank for taking the time to report it! Please fill in as much of the template below as you’re able. --> ### Subject of the issue If I mount my component using `shallowMount`, I can't find functional components inside it. ### Steps to reproduce https://github.com/Djaler/vue-test-utils-functional-components-shallow-mount 1. Clone repo and install dependencies (`npm install`) 2. Run tests (`npm run test`) ### Expected behaviour Icon component should be found and both tests should pass ### Actual behaviour Icon component not found in both cases