You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a multi-type Boolean and String Prop, call the component by specifying the prop name (without a value).
What is expected?
Prop contains true (Boolean type)
What is actually happening?
Prop contains an empty string
The sequence does not change the result, both [Boolean, String] and [String, Boolean] give the same result. The version does not change the result either (vue version 1.0.12, 2.2.1, edge on jsfiddle)