### Version 2.6.14 ### Reproduction link [https://codesandbox.io/s/amazing-easley-n35zm?file=/src/components/HelloWorld.vue](https://codesandbox.io/s/amazing-easley-n35zm?file=/src/components/HelloWorld.vue) ### Steps to reproduce 组件里面写两个slot <slot> <div>插槽默认内容</div> <slot name="hello">hello</slot> </slot> 父页面调用组件 <HelloWorld msg="Hello Vue in CodeSandbox!"> <template name="hello">123</template> </HelloWorld> 就显示不出来插槽默认内容 ### What is expected? 不要出现这个bug ### What is actually happening? 出现了slot bug <!-- generated by vue-issues. DO NOT REMOVE -->