## Reproduction ```html <template> <Comp> <template #first="{ state }"> <div v-if="state.a && state.b"> </div> </template> </Comp> </template> ``` ## Error  ## Related https://github.com/vuejs/repl/issues/131