vue-property-decorator icon indicating copy to clipboard operation
vue-property-decorator copied to clipboard

@Model ignores prop options when not passing event name

Open maritaria opened this issue 6 years ago • 0 comments

The spec for @Model indicates that the eventName param is optional. However when I skip it but do provide an object for propoptions then this is ignored because the factory I set on the default field is not populating the property after creation.

maritaria avatar Aug 23 '18 10:08 maritaria