-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Version
3.2.3
Reproduction link
Steps to reproduce
I have made a component, which has a with a v-bind:
<slot v-bind="option" />
When the "option" variable is a string, it throws an error with vue 3.2.3 (it worked just fine in 3.1.5).
If option is an object, everything works fine.
What is expected?
<slot v-bind="option" />
should work if option is a string.
What is actually happening?
<slot v-bind="option" />
throws an error:
TypeError: cannot use 'in' operator to search for "__vInternal" in "text of the option"
Metadata
Metadata
Assignees
Labels
No labels