### Version 2.3.2 ### Reproduction link https://jsfiddle.net/frctmhLd/3/ ### Steps to reproduce Create a scoped slot using the <template> element, as is necessary Use dynamic props to set the slot property on the <template> Attempt to utilize this slot ### What is expected? The slot is loaded and display correctly ### What is actually happening? Dynamic properties don't seem to work on the <template> component, so the "slot" property is getting set to null and it is not being loaded <!-- generated by vue-issues. DO NOT REMOVE -->