Closed
Description
Version
1.0.0-beta.31
Reproduction link
Steps to reproduce
Run tests in CodeSandbox. I have provided two tests:
- With the deprecated
scoped-slot
syntax works:fullName
is available. - With the new
v-slot
-syntax:fullName
isundefined
What is expected?
I expected to have fullName
available in slotProps
What is actually happening?
fullName
is undefined
I have searched several similar issues in this repo, but it seems that the new syntax should work in beta.31
. Maybe I am overlooking something?
https://vuejs.org/v2/guide/components-slots.html#Scoped-Slots