MCPcopy Create free account
hub / github.com/TruthHun/BookStack / initComputed$1

Function initComputed$1

static/vuejs/vue.common.js:3978–3983  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

3976}
3977
3978function 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

Callers 1

initExtendFunction · 0.70

Calls 1

defineComputedFunction · 0.70

Tested by

no test coverage detected