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