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