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

Function initComputed$1

static/vuejs/vue.runtime.js:3968–3973  ·  view source on GitHub ↗
(Comp)

Source from the content-addressed store, hash-verified

3966}
3967
3968function 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

Callers 1

initExtendFunction · 0.70

Calls 1

defineComputedFunction · 0.70

Tested by

no test coverage detected