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