(Comp)
| 3970 | } |
| 3971 | |
| 3972 | function initComputed$1 (Comp) { |
| 3973 | var computed = Comp.options.computed; |
| 3974 | for (var key in computed) { |
| 3975 | defineComputed(Comp.prototype, key, computed[key]); |
| 3976 | } |
| 3977 | } |
| 3978 | |
| 3979 | /* */ |
| 3980 |
no test coverage detected