我正在使用Dynamic & Async Components,它工作正常。但是在使用Vue-test-util进行浅层安装测试时。我收到如下警告
[Vue warn]: Failed to mount component: template or render function not defined.
<component v-bind:is="currentTabComponent"></component>
我的测试用例通过了,但有上述警告。如何测试具有动态组件的Vue组件?有人可以请教吗?