assigning to a computed property without setter does not fail · Issue #6078 · vuejs/vue

What problem does this feature solve? If I have a computed property with only getter, setter is set to a noop. If I then try to assign to such a computed property, nothing happens. This can hide pr...