-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
In the props
Line 47 in 3f05b63
| watchShallow: false, |
Should be
watchShallow: {
type:Boolean,
default: function() {
return false
}
},
because props references types, not values. eslint picks up this bug
Happy to provide a PR for this if needed
Metadata
Metadata
Assignees
Labels
No labels